i cant understand im stuck..

xlaws27

New member
Messages
225
Points
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)

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


 
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..
default_ani_meow.gif
you mean for reccompile is the hercules 9 10 11 12?

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

 
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..
default_ani_meow.gif
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
default_sad.png
please help me i tried to use release/debug but still the same

 
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.

 
Back
Top