Jump to content
  • 0

Problem


tonikh

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

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

Link to comment
Share on other sites

16 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   5
  • Joined:  06/06/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

How do I know client date ( my client )

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

http://supportmii.com/ro1/tools/PEViewer.exe

load your client in there, go to 2nd tab, and see what the date tells you

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

#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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

I did not find packet_db.txt ><

i want 2010-7-21 packet_db.txt

thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

:(

okey, Can you make a file server identical to this client ( Here ) ?

Renewal Server

Please I want this client specifically.

TXT Please ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

.....

......

You are lucky that I am currently totally bored so I´ll do it >_>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

Thank you very much :)

I'm waiting for you /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

Okey, I'd like to switch to SQL

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  234
  • Reputation:   19
  • Joined:  06/15/12
  • Last Seen:  

Ok wait a sec. I already made everything. I´ll send it to you via pm + instructions.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  07/01/12
  • Last Seen:  

Sorry for disturbing you

Thanks /ok

Edited by tonikh
Link to comment
Share on other sites

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.

×
×
  • Create New...