• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Help in changes to use version 10

Fortera Global

Intermediate OT User
Joined
Nov 20, 2015
Messages
1,180
Solutions
2
Reaction score
117
Hello, someone can give the edits for use versions 10.00?

tfs 1.2 or 1.3


C++:
#define CLIENT_VERSION_MIN 1099
#define CLIENT_VERSION_MAX 1100
#define CLIENT_VERSION_STR "10.99"

many servers have this actually, thanks!
 
Now I can connect on account but dont enter on game..

9ec055c2239d4680998b610481031eb6.png


The client 10 is 1110

Then in definitions is:
#define CLIENT_VERSION_MIN 1099
#define CLIENT_VERSION_MAX 1110
#define CLIENT_VERSION_STR "10.99+"
 
Back
Top