Jump to content
  • 0

2013-08-07 reject from server


clarisalene

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

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.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

Thank you so much!

 

Now I can enjoy playing the new 2nd job of gunslinger.

 

Thank you again diegobh and especially to you Pneuma.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   136
  • Joined:  02/26/14
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/20/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/20/13
  • Last Seen:  

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! 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   136
  • Joined:  02/26/14
  • Last Seen:  

 

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

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