Hello, map server problem.

Aeromesi

Custom Instance Maniac
Messages
821
Points
0
Age
33
Location
Custom Instances
Discord
Aeromesi#0293
Github
http://www.github.com/aeromesi
Emulator
Every time when connection to the map-server, I get the following error:
 

[Warning]: clif_parse: Received unsupported packet (packet 0x04f5 (0x068a), 19 bytes received), disconnecting session #7.
[info]: Closed connection from '50.165.148.178'.
 
I'm using 20140115 client and latest server release from github.

Any help on this one guys? Also my client is all up to date and everything.

 
Last edited by a moderator:
What's your setting for this in battle/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: 1
 
Have you added packets for that client at end of packets.h

 
im also having this kind of problem, can you please help me out of here?

Message from map_server:

clif_parse: Received unsupported packet (packet 0x8eb0 (0x8eb0), 4 bytes received), disconnecting session #3

Those clif_parse errors, only exist/occurs everytime i click an item i dropped, everytime i talk an NPC, everytime i click on Guild Flags,
everything i click or i initiate, i have those similar errors "clif_parse" and "disconnected from the server."

i hope you can help me out, i used 2013-08-07 client, and i don't think if i configured correctly everything i had in my server.

i dont have screenshots, im sorry.

 
check on [your hercules dir]srccommonmmo.h

find lines that similiar with these line :

#ifndef PACKETVER
#define PACKETVER 20130807
#endif // PACKETVER
 
make sure the packetver date is same with your client date.
then rebuild the server.
 
Back
Top