xlaws27 3 Posted March 6, 2015 src/common/mmo.h Search #define PACKETVER YYYYMMDDAnd match it with the date version you choosed for your clientex : #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) Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted March 6, 2015 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.. Quote Share this post Link to post Share on other sites
0 xlaws27 3 Posted March 6, 2015 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.. you mean for reccompile is the hercules 9 10 11 12? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 6, 2015 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.. 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. Quote Share this post Link to post Share on other sites
0 xlaws27 3 Posted March 6, 2015 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.. 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. this what happen... i dont know why please help me i tried to use release/debug but still the same Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 6, 2015 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. Quote Share this post Link to post Share on other sites
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