• 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!
 
what error appear like debug and crash or just say your server version not supported?

tfs version?
 

I made it all and dont work :(, look
3521223d8ef84467a9751c6baccf87d0.png


I put:
Code:
#define CLIENT_VERSION_MIN 1000
#define CLIENT_VERSION_MAX 1100
#define CLIENT_VERSION_STR "10 and 11"
 
You need to merge all the changes made in the link above into your sources, not only the definition.h
Yep, I put.
There in changes have the minimum 1100 and max 1100 on definitions.
I dont understand, I need to use 10.00 +

PS. I changed all like the link you give :confused:
 
what tibia you have? the version 10 (old without pharaon outfits) or the newest 10.01 with pharaon outfits?
 
Back
Top