tonikh Posted July 1, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Share Posted July 1, 2012 hello I try to login to the my server, but show me the window I do not know what you mean I tried again and again to solve the problem, but failed to do so Window that shows me when I try to enter the server : I hope any of you help me, and thanks Quote Link to comment Share on other sites More sharing options...
en_dev Posted July 1, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 113 Reputation: 5 Joined: 06/06/12 Last Seen: December 25, 2013 Share Posted July 1, 2012 (edited) go to your src/common/mmo.h open that file and look for #define PACKETVER make sure the define settings there match your client version, you also need to modify your db/packet_db.txt to the right version. what i mean settings, if your client date is 2012-04-10 , then on #define PACKETVER should be 20120410 Edited July 1, 2012 by en_dev Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 2, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 2, 2012 How do I know client date ( my client ) Quote Link to comment Share on other sites More sharing options...
Judas Posted July 2, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted July 2, 2012 http://supportmii.com/ro1/tools/PEViewer.exe load your client in there, go to 2nd tab, and see what the date tells you Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 Very Good, now I have information about the client ( my client ) -- now, Where do I put client date exactly? I went to file mmo.h and searched for #define PACKETVER, I found this : Do I work to change it all to my client date ? -- Another question i went to db/packet_db.txt But I do not know what to do when , What should I do in this file? -- Sorry for the inconvenience, and thx Can I put you client and you set the files that make it work with my server without any problems? Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 (edited) #ifndef PACKETVER #define PACKETVER 20110906 <--------- Insert your Client date here //#define PACKETVER 20111116 Like en_dev said if your client date is 2012-04-10 , then on #define PACKETVER should be 20120410 For your packet_db.txt Search your client date here: http://svn6.assembla...kets/Packet_db/ and insert the content into your packet_db.txt like this: //Your Client date packet_ver: new number <content from http://svn6.assembla...kets/Packet_db/ > And set your packetver at the beginning of packet_db.txt: packet_db_ver: the number you entered at packet_ver (packet_ver: new number) Also look at the wiki. The people here made this amazing wiki, yet only few people use it!!! http://rathena.org/wiki/Connecting#CHARACTER_INFO_size_error.21.21 Edited July 3, 2012 by Ainna Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 I did not find packet_db.txt >< i want 2010-7-21 packet_db.txt thanks Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 (edited) try packetver 22 you already have older ones in your packet db. All you have to do now is: in your mmo.h #ifndef PACKETVER #define PACKETVER 20100721 and in your packet_db.txt packet_db_ver: 22 at the beginning Edited July 3, 2012 by Ainna Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 Do I need to run visual studio (run eAthena-10.sln) to save the file changes in the "mmo.h" or there is another way to save?? thanks .. Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 You don´t need to run visual studio to save the file. You can do that with wordpad. But you do need to recompile the server files with visual studio. Otherwise the changes wouldn´t apply. And one other thing you actually should do is update your Server to the recent rAthena revision. Your server files are pretty old. Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 okey, Can you make a file server identical to this client ( Here ) ? Renewal Server Please I want this client specifically. TXT Please .. Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 ..... ...... You are lucky that I am currently totally bored so I´ll do it >_> Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 Thank you very much I'm waiting for you Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 Actually the txt part was dropped with revision 15503. So I can´t make you a txt server as I do not have the old revision. You can either switch to sql or stay with your old server. What do you want? Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 Okey, I'd like to switch to SQL Quote Link to comment Share on other sites More sharing options...
Wafflebutt Posted July 3, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 234 Reputation: 19 Joined: 06/15/12 Last Seen: November 28, 2023 Share Posted July 3, 2012 Ok wait a sec. I already made everything. I´ll send it to you via pm + instructions. Quote Link to comment Share on other sites More sharing options...
tonikh Posted July 3, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 07/01/12 Last Seen: March 15, 2013 Author Share Posted July 3, 2012 (edited) Sorry for disturbing you Thanks Edited July 3, 2012 by tonikh Quote Link to comment Share on other sites More sharing options...
Question
tonikh
hello
I try to login to the my server, but show me the window I do not know what you mean
I tried again and again to solve the problem, but failed to do so
Window that shows me when I try to enter the server :
I hope any of you help me, and thanks
Link to comment
Share on other sites
16 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.