ownager Posted July 17, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Share Posted July 17, 2016 (edited) Hello. I need a guide for server and clientside 2012-04-10 exe or any better you can suggest. i want to learn I have download rathena [/url]"> Map Rejected By Server [/url]"> This is server download latest from git [/url]">http://> Edited July 17, 2016 by madhucafe Quote Link to comment Share on other sites More sharing options...
0 Aureon Posted July 18, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 281 Reputation: 14 Joined: 10/14/13 Last Seen: October 9, 2017 Share Posted July 18, 2016 Nothings wrong with your clientinfo.xml... Therefore it might be you server was not compiled for 20120410 On your src/common/mmo.h look for this line #define PACKETVER 20130807 And change it to #define PACKETVER 20120410 Save and compile your server Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted July 17, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted July 17, 2016 (edited) 1. Change your packet_ver to 30 in db/packet_db.txt if you're using 2012-04-10 packet_db_ver: default packet_keys_use: default to packet_db_ver: 30 packet_keys_use: 30 2. If you're not using the official packet obfuscation support disable it but if you're using it leave it be. in src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION add // if you're not using it... /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION and recompile the changes you've made in the src. Edited July 17, 2016 by Lelouch vi Britannia Quote Link to comment Share on other sites More sharing options...
0 ownager Posted July 18, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Author Share Posted July 18, 2016 1. Change your packet_ver to 30 in db/packet_db.txt if you're using 2012-04-10 packet_db_ver: default packet_keys_use: default to packet_db_ver: 30 packet_keys_use: 30 2. If you're not using the official packet obfuscation support disable it but if you're using it leave it be. in src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION add // if you're not using it... /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION and recompile the changes you've made in the src. Lelouch vi Britannia I tried as you said. but still same problem is happening. Quote Link to comment Share on other sites More sharing options...
0 Aureon Posted July 18, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 281 Reputation: 14 Joined: 10/14/13 Last Seen: October 9, 2017 Share Posted July 18, 2016 Can you post your clientinfo.xml here Quote Link to comment Share on other sites More sharing options...
0 ownager Posted July 18, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Author Share Posted July 18, 2016 Can you post your clientinfo.xml here <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>ATest</display> <balloon>Powered By Own</balloon> <desc></desc> <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image></image> </loading> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
0 15peaces Posted July 18, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 143 Reputation: 8 Joined: 02/11/13 Last Seen: 15 hours ago Share Posted July 18, 2016 you'll need to change the packetver inside your mmo.h to fit the client and recompile the mapserver.. Quote Link to comment Share on other sites More sharing options...
0 ownager Posted July 18, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Author Share Posted July 18, 2016 Nothings wrong with your clientinfo.xml... Therefore it might be you server was not compiled for 20120410 On your src/common/mmo.h look for this line #define PACKETVER 20130807 And change it to #define PACKETVER 20120410 Save and compile your server Aureon Thank you. for your guidance i just wiped everything and started freshly. Quote Link to comment Share on other sites More sharing options...
0 Jezu Posted July 19, 2016 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted July 19, 2016 Much better if you move up your client date, Get 2013-08-07Ragexe. It is a stable one too. Quote Link to comment Share on other sites More sharing options...
Question
ownager
Hello. I need a guide for server and clientside 2012-04-10 exe or any better you can suggest. i want to learn

I have download rathena [/url]">
Map Rejected By Server
This is server download latest from git
Link to comment
Share on other sites
8 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.