Jump to content
  • 0

2013-08-07 reject from server


Question

Posted

Please help guys.

After I select my character, I always reject from server and notice this error in map console: 'clif parse: unknown packet version'

I check already the packet db and the clientinfo they are both 45.

Do you guys have any idea what exactly is the problem? Thank you in advance.

6 answers to this question

Recommended Posts

Posted

Make sure your src/common/mmo.h is set for 20130807 for client date

 

If that doesn't work, please explain on where you downloaded rAthena and what guide you followed.

Posted (edited)

Please help guys.

After I select my character, I always reject from server and notice this error in map console: 'clif parse: unknown packet version'

I check already the packet db and the clientinfo they are both 45.

Do you guys have any idea what exactly is the problem? Thank you in advance.

 

u have to check: 

 

1) File: trunk/src/common/mmo.h:

 

Look for #define PACKETVER and set it to 20130807

...
#ifndef PACKETVER
        #define PACKETVER 20130807
        //#define PACKETVER 20120410
#endif
...

2) File: trunk/db/packet_db.txt :

Replace all the file content for that: http://upaste.me/4fbf8825c47d852c

 

3) File: trunk/src/map/clif.h :

 

Change the value of: MAX_PACKET_VER, to 45:

...
enum
{// packet DB
        MAX_PACKET_DB  = 0xf00,
        MAX_PACKET_VER = 45,
        MAX_PACKET_POS = 20,
};
...

Recompile rAthena and check ur diff too:

...
Disable Ragexe Filename Check
Disable Packet Encryption
...

I wish it helps you!!!

Edited by diegobh
Posted

Thank you guys to your reply. It's working now. The problem was the wrong patch of the client I'm using.

I did download pneuma's working 2013-08-07 patch.

Can you tell me how to diff 2013-08-07 client? I just want to learn to do it on my own.

Thank you again!

Posted

Thank you guys to your reply. It's working now. The problem was the wrong patch of the client I'm using.

I did download pneuma's working 2013-08-07 patch.

Can you tell me how to diff 2013-08-07 client? I just want to learn to do it on my own.

Thank you again!

 

np.

 

For diff you client u need 3 files:

 

- Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/

- xdiff for the Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/Diffs/

- Diff Patcher: http://www.mediafire.com/download/fibc47gzvdshp8o/xDiffPatcher.zip

 

You have to use the same Client and .xdiff or you'll get errors.

 

Extract all files at the same folder, open xDiffPatcher.exe , click on " ... " button in front of Exe File and select the Ragexe client.

 

Now click on " ... " button in front of xDiff File and select the Diff file.

 

Click on Load Button.

 

Choose the Diff Options that you want and to finish, click on Diff'n'Save! button.

 

That's it! 

Posted

 

Thank you guys to your reply. It's working now. The problem was the wrong patch of the client I'm using.

I did download pneuma's working 2013-08-07 patch.

Can you tell me how to diff 2013-08-07 client? I just want to learn to do it on my own.

Thank you again!

 

np.

 

For diff you client u need 3 files:

 

- Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/

- xdiff for the Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/Diffs/

- Diff Patcher: http://www.mediafire.com/download/fibc47gzvdshp8o/xDiffPatcher.zip

 

You have to use the same Client and .xdiff or you'll get errors.

 

Extract all files at the same folder, open xDiffPatcher.exe , click on " ... " button in front of Exe File and select the Ragexe client.

 

Now click on " ... " button in front of xDiff File and select the Diff file.

 

Click on Load Button.

 

Choose the Diff Options that you want and to finish, click on Diff'n'Save! button.

 

That's it! 

 

Don't use DiffPatcher for 20130807 clients D: Use NEMO, I get 0 Error from NEMO and if I remember, there are some packets in NEMO that wont show up in DiffPatcher

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