Jump to content
  • 0

packet error


HALF-BAKED

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

When I Login To Server & Select My Character

 

My Console Show This Warning

 

quI9QB.jpg

 

I'm Use Client = Ragexe 2012-05-03

 

and use packet db Ragre 2012-05-03

 

my mmo.h set to 2012-05-03

 

I'm doing something wrong ?

 

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

When I Login To Server & Select My Character

 

My Console Show This Warning

 

quI9QB.jpg

 

I'm Use Client = Ragexe 2012-05-03

 

and use packet db Ragre 2012-05-03

 

my mmo.h set to 2012-05-03

 

I'm doing something wrong ?

Set your mmo.h to

 

#define PACKETVER 20120503

check db/packet_db.txt

Set

packet_db_ver: 31
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

does not work

 

same error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

Did you recompile after making the changes?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

Yes, I do

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

Map server packet errors are always due to the wrong packet configuration.

Try to use packet ver 30

 

and also try to change the packet version in your clientinfo.xml file.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Make sure you're diffing your client with the [FIX] Skip Packet Header Obsfucation, and it's always good practice to update your packet_db.txt located in your trunk/db folder; you can download it here http://svn.code.sf.net/p/rathena/svn/trunk/db/packet_db.txt.

 

In packet_db switch the version back to default.

 

After you've finished all of that

 

Open: src/map/clif.h and make the following changes.

 

MAX_PACKET_DB  = 0xf00,
MAX_PACKET_VER = 34,
MAX_PACKET_POS = 20,

 

In src/common/mmo.h

 

#define PACKETVER 20120503

 

Recompile your server these are the exact steps I used to fix a similar problem hope that helps goodluck.

 

Edit:

On some of the older clients Skip Packet Header wasn't showing up with the first revision here is a version 2 download http://sourceforge.net/projects/atwl/files/WeeDiffGen/WDGSkipPacketHeaderObfuscation.R2.dll/download

 

Again good luck

Edited by Skorm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

ok thank. now it can work   /kis

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...