Jump to content

Question

Posted

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 :

1341176326641.png

I hope any of you help me, and thanks

16 answers to this question

Recommended Posts

Posted (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 by en_dev
Posted

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 :

134119998621.png

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?

Posted (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 by Ainna
Posted (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 by Ainna
Posted

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

Posted

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.

Posted

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?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...