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

Solved Exhausted while running, walking.

korff

New Member
Joined
Sep 11, 2009
Messages
78
Reaction score
3
How to fix that?

There is a brutal Exhausted while running, walking with char.
so knights can't use follow to atk player, cause when they're walking they cant use potions or heal...

How can I take off this "Walking Exhausted"?

Someone knows??
 
Last edited:
Maybe the map is big and your pc can't run it right?
Try download any another server with low map and see if there is these bug.
 
it will be on any distro, I'm not even sure that it can be fixed from serverside because it's tibia issue, you can drop potion when you're moving, you need to stop for a 0.1 sec
 
Aaaa i see the topic again and i had a conclusion.
Yes, Fare.
It's the exhaust all servers had.
If a knight follow atk on you, and one mage combo him, he will die if don't stop walk to heal. It's like RL-tibia.

Try to change:

Code:
timeBetweenActions = 200
timeBetweenExActions = 1000

to:

Code:
timeBetweenActions = 0
timeBetweenExActions = 0

Just to test, :huh:

:peace:
 
Aaaa i see the topic again and i had a conclusion.
Yes, Fare.
It's the exhaust all servers had.
If a knight follow atk on you, and one mage combo him, he will die if don't stop walk to heal. It's like RL-tibia.

Try to change:

Code:
timeBetweenActions = 200
timeBetweenExActions = 1000

to:

Code:
timeBetweenActions = 0
timeBetweenExActions = 0

Just to test, :huh:

:peace:

Code:
timeBetweenActions = 100
timeBetweenExActions = 500 [/QUOTE]

Worked!
Thanks!
 
Back
Top