Jump to content
  • 0
Sign in to follow this  
ajibasket32

How to see Client <version></version> on client? to put on clientinfo.xml

Question

8 answers to this question

Recommended Posts

  • 0

The version tag used on clientinfo.xml is free-to-choose, and it's one of the security features. You can choose any natural number (I belive the maximum is INT_MAX).

Edited by MaminhA

Share this post


Link to post
Share on other sites
  • 0

also you don't need to put any specific number unless you enable the emulator to check for it

Share this post


Link to post
Share on other sites
  • 0

ok thanks guy ^_^ i am trying to use 2013-08-07 but it giving me error,
failed to authentication 5011 i was compile it also, but still got the error. any help? :)

Share this post


Link to post
Share on other sites
  • 0

Have you checked srccommonmmo.h  :

 

#ifndef PACKETVER
 #define PACKETVER 20140205
#endif // PACKETVER

 

make sure your packetver is 20130807,

and don't forget to recompile after change it.

Share this post


Link to post
Share on other sites
  • 0

Have you checked srccommonmmo.h  :

 

#ifndef PACKETVER

 #define PACKETVER 20140205

#endif // PACKETVER

 

make sure your packetver is 20130807,

and don't forget to recompile after change it.

yes i have and its still dont work, why?

Share this post


Link to post
Share on other sites
  • 0

what about the patching process, did it ended with error ?

probably you choose some wrong option when patching client.

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.