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

tibia client

Ambient light -> Options>Graphics>Advanced

Autochase (Near the map theres like 6 icons)
 
Auto Chase
Protocolgame.cpp:
Code:
chaseMode_t chaseMode = CHASEMODE_STANDSTILL;
if(rawChaseMode == 1)
	chaseMode = CHASEMODE_FOLLOW;

To:
Code:
chaseMode_t chaseMode = CHASEMODE_STANDSTILL;
 
Hey, can u tell me the client version (i have an idea, will test something but have to know client version).

(Sorry for double post.)
 
Back
Top