Jump to content
  • 0
xlaws27

i cant understand im stuck..

Question

src/common/mmo.h

Search
#define PACKETVER YYYYMMDD
And match it with the date version you choosed for your client
ex
:
#define PACKETVER 20130522

Clean and re-build the solution of your emulator after it !!!  <------------------

 

what do they mean by this? (im trying to make client side)

 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

 

src/common/mmo.h

Search

#define PACKETVER YYYYMMDD

And match it with the date version you choosed for your client

ex :

#define PACKETVER 20130522

 

Clean and re-build the solution of your emulator after it !!!  <------------------

 

what do they mean by this? (im trying to make client side)

When you download a client from somewhere. The client that you download have a client date for example  2014-10-22 Client Download so you must put in your mmo.h

#define PACKETVER 20141022

and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know.. :meow:

Share this post


Link to post
Share on other sites
  • 0

 

 

src/common/mmo.h

Search

#define PACKETVER YYYYMMDD

And match it with the date version you choosed for your client

ex :

#define PACKETVER 20130522

 

Clean and re-build the solution of your emulator after it !!!  <------------------

 

what do they mean by this? (im trying to make client side)

When you download a client from somewhere. The client that you download have a client date for example  2014-10-22 Client Download so you must put in your mmo.h

#define PACKETVER 20141022

and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know.. :meow:

you mean for reccompile is the hercules 9 10 11 12?

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

src/common/mmo.h

Search

#define PACKETVER YYYYMMDDAnd match it with the date version you choosed for your client

ex :

#define PACKETVER 20130522Clean and re-build the solution of your emulator after it !!!  <------------------

 

what do they mean by this? (im trying to make client side)

 

When you download a client from somewhere. The client that you download have a client date for example  2014-10-22 Client Download so you must put in your mmo.h

#define PACKETVER 20141022
and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know.. :meow:
you mean for reccompile is the hercules 9 10 11 12?
Yes, recompile means clean build,

You have to open one of those Hercules-9/10/12.sln according to your VC++ version.

Share this post


Link to post
Share on other sites
  • 0

 

 

 

 

 

src/common/mmo.h

Search

#define PACKETVER YYYYMMDDAnd match it with the date version you choosed for your client

ex :

#define PACKETVER 20130522Clean and re-build the solution of your emulator after it !!!  <------------------

 

what do they mean by this? (im trying to make client side)

When you download a client from somewhere. The client that you download have a client date for example  2014-10-22 Client Download so you must put in your mmo.h

#define PACKETVER 20141022
and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know.. :meow:
you mean for reccompile is the hercules 9 10 11 12?
Yes, recompile means clean build,

You have to open one of those Hercules-9/10/12.sln according to your VC++ version.

15dkxm1.png

 

this what happen... i dont know why :( please help me i tried to use release/debug but still the same

Share this post


Link to post
Share on other sites
  • 0

Maybe you edited something and that caused the error. See the first error that comes and go to that line. Probably the root cause is that line.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.