Jump to content
  • 0

Packetver doesn't match client version


megablox

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

So I decided to make my own test server. I'm following Judas' Bible, and I got to the client part where it says to make sure that packetver corresponds with your client's packetver, but mine don't.

 

In mmo.h, packetver is 20120410, and my client is 02092013 (latest miruku rore client).

 

What I want to do is run a pre-renewal test server with all the new mobs, classes and whatever else they added. How can I do that with this client I have? Is it even possible to use this one? Is it a stable and reliable client to work on?


 

Edited by megablox
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Did you edit the packed_db.txt in your db folder?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

No, I've come here just after seeing that the packetver in mmo.h didn't match with my client. How should I edit packet_db.txt?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Find this line: 

packet_db_ver: default
 

And change it to this one;

packet_db_ver: 30
Quick Edit: Anyways, I have noticed that you are using newer client. You should match the date of your client in mmo.h to the client that you are using right now in order for it to work. Edited by arzzzae
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

Ok, I modified it like this:

 

mmo.h:

 

 

#ifndef PACKETVER
    #define PACKETVER 20130209
    //#define PACKETVER 20120410
    //#define PACKETVER 20111116
#endif
 

 

And packet_db.txt like you said. Do I have to recompile?

 

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Yes, you have to recompile everytime you have changes done to your src folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

Ok. Thanks :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

I can't find the .exe to diff, where can I download the appropriate one for my client ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

As for the client inquiries, I can't answer you since, I don't know much about it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  81
  • Reputation:   8
  • Joined:  04/08/12
  • Last Seen:  

Ok, who can I ask to?

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