Z e r o Posted April 5, 2016 Posted April 5, 2016 I received this warning on the map server and the character is unable to move. [Warning]: clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3. packet 0x08c9 = 0x08c9,2,cashshopitemlist,0 Heres my mmo.h #define PACKETVER 20120410 Im using 2012-04-10aragexe client what version should I put on the PACKETVER. Quote
0 Radian Posted April 5, 2016 Posted April 5, 2016 Did you disable the packet encryption while patching your client? and maybe this is enable? src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION Quote
0 Technoken Posted April 5, 2016 Posted April 5, 2016 Try to read this topic -> https://rathena.org/board/topic/101109-disconnecting-session-3-with-unknown-packet-version-p0x464dl19/ Quote
Question
Z e r o
I received this warning on the map server and the character is unable to move.
[Warning]: clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3.
packet 0x08c9 = 0x08c9,2,cashshopitemlist,0
Heres my mmo.h
#define PACKETVER 20120410
Im using 2012-04-10aragexe client what version should I put on the PACKETVER.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.