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

tfs 1.0 bug open loot

Open player.cpp, and locate the following line:
Code:
if (!Position::areInRange<3, 3, 0>(container->getPosition(), getPosition())) {
and replace it with
Code:
if (!Position::areInRange<1, 1, 0>(container->getPosition(), getPosition())) {

Don't forget to recompile once you have applied this change. P.S. Don't use distributions from TibiaKing.
 
Back
Top