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

map bugged

SamX

VoltageOT Developer
Joined
Aug 27, 2010
Messages
557
Reaction score
151
Location
Canada
Hi,

There are random tiles all over my map. Whenever I replace the items.otb it says "Incorrect client version". Using TFS 0.4 (yes, my other account is premium) with REV 36xx.
 
items.cpp:
Code:
else if(Items::dwMinorVersion != [B][COLOR="red"]CLIENT_VERSION_854[/COLOR][/B])

It should be 20 or 21, don't remember, like:
Code:
else if(Items::dwMinorVersion != [B][COLOR="red"]20[/COLOR][/B])

For compiling guide visit tutorials section.
 
Back
Top