Z e r o Posted April 5, 2016 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 97 Reputation: 0 Joined: 02/11/13 Last Seen: September 14, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Radian Posted April 5, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Technoken Posted April 5, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: Tuesday at 02:26 AM Share Posted April 5, 2016 Try to read this topic -> https://rathena.org/board/topic/101109-disconnecting-session-3-with-unknown-packet-version-p0x464dl19/ Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.