Jump to content

Question

Posted

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 ?

 

 

7 answers to this question

Recommended Posts

Posted

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
Posted

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.

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...