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

How to change Tibia Version.

HenixOT

New Member
Joined
Oct 21, 2017
Messages
16
Reaction score
0
I would like to change my Tibia Version from 10.98 to 10.96, is there a simple way of doing it?

Im using TFS 1.2 if that information is needed.
 
I would like to change my Tibia Version from 10.98 to 10.96, is there a simple way of doing it?

Im using TFS 1.2 if that information is needed.

You can change the protocol in definitions.h in your sources file and recompile again...

C++:
static constexpr auto CLIENT_VERSION_MIN = 1096;
static constexpr auto CLIENT_VERSION_MAX = 1096;
static constexpr auto CLIENT_VERSION_STR = "10.96";

I don't know if charlist have specific modifications in that version, but can work..
 
Back
Top