stevler 0 Posted December 26, 2013 I followed the error page, and I couldn't make this go away. Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 26, 2013 ^ what client you used? did you modify your mmo.h? your client date and mmo.h packet version must match. for example: if you use 20130807 client edit your mmo.h #ifndef PACKETVER #define PACKETVER 20130807 // <-- Match your client date here#endif // PACKETVER// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).//#define PACKETVER_RE // add // to disable if you use ragexe then recompile your server.. Quote Share this post Link to post Share on other sites
0 stevler 0 Posted December 26, 2013 (edited) Yeah, it seems to be set right. EDIT: Well I just realized I forgot to recompile the server, thanks. I was also wondering if you knew where I could get an english setup, and also all my text is in korean, and do you know where I could find a pre-renewal id2numdesctable.txt or whatever? Edited December 26, 2013 by stevler Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 26, 2013 how about this //#define PACKETVER_RE did you add comment on it? if no then please add // and recompile again your server. Quote Share this post Link to post Share on other sites
0 stevler 0 Posted December 26, 2013 You mean like this? I mean pre-renewal ones so that my armors don't have messed up defense, no way cotton shirts give 10 defense. Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 26, 2013 Yes.. add // at the beginning of define, like this. //#define PACKETVER_RE so to define pre-renewal server go to src/config/renewal.h and add // to disable renwal features like this. //#define RENEWAL//#define RENEWAL_CAST//#define RENEWAL_DROP//#define RENEWAL_EXP//#define RENEWAL_LVDMG//#define RENEWAL_EDP//#define RENEWAL_ASPD then recompile your server. 1 stevler reacted to this Quote Share this post Link to post Share on other sites
I followed the error page, and I couldn't make this go away.
Share this post
Link to post
Share on other sites