Jump to content
  • 0

disconnecting unknown packet version <p:0x0835,1:19>


Ryo

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  10/04/12
  • Last Seen:  

Hi I'm having problems with my client packet, I already change the packet_db, clientinfo.xml, mmo.c. Every time I connect after I created a character it will disconnect from the server, and close the client. I saw on my server disconnecting unknown packet version <p:0x0835,1:19>

anyone know who to fix this?

I'm using the latest trunk that I got form this site, for my client I'm using 2011-11-22aRagexeRe and the latest kro file I found on ratemyserver yesterday.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   5
  • Joined:  09/01/12
  • Last Seen:  

You also need to tell your clif.h

MAX_PACKET_VER = 31,

Or higher if your using more than 31 packets defined in your packet_db

Dont forget to give your new packet_db a unique number sequentially higher than the one previous. It stops at 30, so the next one should be 31.

Dont forget to recompile the server after

Edited by Krevex
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  10/04/12
  • Last Seen:  

Thanks I already fix that packets error... /no1

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...