HALF-BAKED Posted May 30, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/28/13 Last Seen: June 7, 2013 Share Posted May 30, 2013 When I Login To Server & Select My Character My Console Show This Warning 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 ? Quote Link to comment Share on other sites More sharing options...
Paranoid Posted May 30, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 20 Reputation: 0 Joined: 03/30/13 Last Seen: June 16, 2013 Share Posted May 30, 2013 When I Login To Server & Select My Character My Console Show This Warning 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 Quote Link to comment Share on other sites More sharing options...
HALF-BAKED Posted May 30, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/28/13 Last Seen: June 7, 2013 Author Share Posted May 30, 2013 does not work same error Quote Link to comment Share on other sites More sharing options...
Paranoid Posted May 30, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 20 Reputation: 0 Joined: 03/30/13 Last Seen: June 16, 2013 Share Posted May 30, 2013 Did you recompile after making the changes? Quote Link to comment Share on other sites More sharing options...
HALF-BAKED Posted May 30, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/28/13 Last Seen: June 7, 2013 Author Share Posted May 30, 2013 Yes, I do Quote Link to comment Share on other sites More sharing options...
Paranoid Posted May 31, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 20 Reputation: 0 Joined: 03/30/13 Last Seen: June 16, 2013 Share Posted May 31, 2013 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. Quote Link to comment Share on other sites More sharing options...
Skorm Posted May 31, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted May 31, 2013 (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 May 31, 2013 by Skorm Quote Link to comment Share on other sites More sharing options...
HALF-BAKED Posted May 31, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/28/13 Last Seen: June 7, 2013 Author Share Posted May 31, 2013 ok thank. now it can work Quote Link to comment Share on other sites More sharing options...
Question
HALF-BAKED
When I Login To Server & Select My Character
My Console Show This Warning
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.