Jump to content
  • 0
Sign in to follow this  
kerbiii

Disconnected

Question

[Warning]: clif_parse: Received unsupported packet (packet 0x7f57 (0x022d), 19 bytes received), disconnecting session #6.
 
 
i got this error when i try to log my char

Share this post


Link to post
Share on other sites

13 answers to this question

Recommended Posts

  • 0
  On 11/14/2013 at 6:19 PM, quesoph said:

 

What client date?

 

If you diffed your client with this, then remove it.

 

Skip Packet Header Obfuscation

#define PACKETVER 20130807

 

how to do this Skip Packet Header Obfuscation

Share this post


Link to post
Share on other sites
  • 0

did you put comment on this "//#define PACKETVER_RE <<<<<<<<< COMMENT THIS!!!" on your mmo.h

 

  Reveal hidden contents


[/cbox]

Edited by Jman
Added spoilter

Share this post


Link to post
Share on other sites
  • 0

  • //2013-08-07Ragexe (Shakto)
  • #if PACKETVER >= 20130807

packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18);

 

and don't uncomment #define PACKETVER_RE

 

did you recompile after changing

 

please post your

mmo.h and packets.h

Share this post


Link to post
Share on other sites
  • 0

mmo.h

 

  Reveal hidden contents

 

 

packets

 

  Reveal hidden contents

 

Edited by kerbiii

Share this post


Link to post
Share on other sites
  • 0

edit your post and use spoiler or upaste. because your post is crashing the web browser

 

is see in your mmo.h

  • #ifndef PACKETVER
  • #define PACKETVER 20130807
  • #endif // PACKETVER
  •  
  • #ifndef DISABLE_PACKETVER_RE
  • // Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
  • #define PACKETVER_RE you haven't put a comment on this line. put // then recompile
  • #endif // DISABLE_PACKETVER_RE

Edited by themon

Share this post


Link to post
Share on other sites
  • 0
  On 11/15/2013 at 7:41 AM, themon said:

 

edit your post and use spoiler or upaste. because your post is crashing the web browser

 

is see in your mmo.h

  • #ifndef PACKETVER
  • #define PACKETVER 20130807
  • #endif // PACKETVER
  •  
  • #ifndef DISABLE_PACKETVER_RE
  • // Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
  • #define PACKETVER_RE you haven't put a comment on this line. put // then recompile
  • #endif // DISABLE_PACKETVER_RE

done dit my post

 

i though you said 

  Quote

 

and don't uncomment #define PACKETVER_RE

Share this post


Link to post
Share on other sites
  • 0

../src/common/mmo.h

 

 

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.