• 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!

How to check Tibia Version the TFS is running on.

HenixOT

New Member
Joined
Oct 21, 2017
Messages
16
Reaction score
0
As the title says, I remember there was a file in which you could change the Tibia Version.
I can't find it now.
 
As the title says, I remember there was a file in which you could change the Tibia Version.
I can't find it now.

definitions.h
Code:
static constexpr auto CLIENT_VERSION_MIN = 1100;
static constexpr auto CLIENT_VERSION_MAX = 1100;
static constexpr auto CLIENT_VERSION_STR = "11.00";
 
Back
Top