clarisalene Posted July 26, 2014 Posted July 26, 2014 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. Quote
clarisalene Posted July 28, 2014 Author Posted July 28, 2014 Thank you so much! Now I can enjoy playing the new 2nd job of gunslinger. Thank you again diegobh and especially to you Pneuma. Quote
Pneuma Posted July 26, 2014 Posted July 26, 2014 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. Quote
diegobh Posted July 26, 2014 Posted July 26, 2014 (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 July 26, 2014 by diegobh Quote
clarisalene Posted July 26, 2014 Author Posted July 26, 2014 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! Quote
diegobh Posted July 26, 2014 Posted July 26, 2014 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! Quote
Pneuma Posted July 26, 2014 Posted July 26, 2014 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 Quote
Question
clarisalene
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.