Emblem Cannot put inside the guild ingame

unknown

New member
Messages
267
Points
0
I tried to put my emblem ingame but i got an unknown packet error, can anyone help me?

 
I'm no expert at client-side or source, but please give us more information such as the client version you're using and whatever else information you think it can be useful for us.

This way, if not me, some dev could help you faster because you'd 99% surely be asked for your client version.

 
im using the latest svn, i have an error

[Warning]: clif_parse: Received unsupported packet (packet 0x0153, 1430 bytes received), disconnecting session #3.

i tried to put my emblem ingame then suddenly got diconnected to the server

btw, im using 20130605 ragexe client

 
have you tried to comment this line in your ..src/common/mmo.h

Code:
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).#define PACKETVER_RE
 
i comment that and still showing unknown packet error.

#ifndef PACKETVER
 // #define PACKETVER 20120418
 #define PACKETVER 20130605
#endif

// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
// #define PACKETVER_RE

 
Last edited by a moderator:
not working when im using gm account, working when not using gm account, normal account working normally as expected

 
Back
Top