• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ Help in changes to use version 10

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
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!
 

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