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

Using Things Opening OTHIRE LAGS

Petrus69

Creating Tibia Servers
Joined
Nov 22, 2022
Messages
18
Reaction score
1
Location
Poland
When I walk and open my backpack, the character stops
I don't know in which source file to precisely set it?


:
 
I guess there probably something similar to:
C++:
player->setNextWalkTask(nullptr);

or

player->lastStepCost=2;

Called on the use action, just put some breakpoint to see where’s that method called from and try commenting that out.
I usually start debugging from protocolgame.cpp by jumping into functions that are called when client does some action but you can directly go to game.cpp if u like.
 
Last edited:
Back
Top