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

Downgrade to 10.77

xlucha

New Member
Joined
Nov 4, 2012
Messages
44
Reaction score
3
Hi
in definitions.h i set CLIENT_VERSION_MIN = 1077
Code:
static constexpr auto CLIENT_VERSION_MIN = 1077;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";

i compile this and when i try to login to server i have crash tibia



how to fix this?
 
you cant just downgrade to a version, you may downgrade whole protocol either, it's better you download a version that support 1077 protocol
 
You should be able to run ORTS with the latest TFS version, there are probbly gonna be a couple of scripts that you have to download, seeing as alot of things have been moved to Lua.
My way of going would be to change the exe then fixing the errors as they come.

But the best way would be to compare the TFS repo (data pack) from the date ORTS was last updated (check the commits on the ORTS project.)
 
Back
Top