Jump to content
  • 0
Sign in to follow this  
stevler

Need help diffing client

Question

5 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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?

post-4237-0-46736200-1388037325_thumb.png

Edited by stevler

Share this post


Link to post
Share on other sites
  • 0

how about this

//#define PACKETVER_RE

did you add comment on it? if no then please add // and recompile again your server.

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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