Issue Information
-
#007976
-
0 - None Assigned
-
Done
Issue Confirmations
-
Yes (0)No (0)
After i update my test trunk with the latest git which is Git Hash: '56c54542b7e444010a6287a426680044c6756db6' using 2013-12-23cRagexe.
I received this Error message in my char server when i tryed to logged in.
This is my mmo.h
Currently there are no modifications in the source because its a fresh test trunk.
I received this Error message in my char server when i tryed to logged in.
[Error]: parse_char: Received unknown packet 0x65 from ip '127.0.0.1'! Disconnecting!
This is my mmo.h
#ifndef PACKETVER #define PACKETVER 20131223 #endif // PACKETVER
Currently there are no modifications in the source because its a fresh test trunk.
could it be that you diffed "DisablePacketEncryption"
if yes you have to be sure to turn the Anti WPE feature off in the client.conf
and be sure that #Define... is comment out in the MMO.H
just tested a clean Hercules with 2013-12-23 works like a charm, no packet errors
if yes you have to be sure to turn the Anti WPE feature off in the client.conf
// Whether to enable the official packet obfuscation support (good vs WPE) // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) packet_obfuscation: 0
and be sure that #Define... is comment out in the MMO.H
//#define PACKETVER_RE
just tested a clean Hercules with 2013-12-23 works like a charm, no packet errors
Edited by ossi0110, 16 January 2014 - 08:01 PM.
Fixed!. I test a new trunk and it works fine maybe i did something that cause that unknown packet which i didnt remember . Please change this to Fixed or Working As intended.
changed status to: Done
Thanks for the update