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

Potions - Player is not reachable

Pnurt

New Member
Joined
Apr 22, 2009
Messages
205
Reaction score
0
So I've stumbled upon this issue when you use a potion on yourself multiple times, it will show "Player is not reachable."

4d41cd40b05efd50845e324391b31438.png


I've tried to change to the latest potions.lua but the problem wont go away.
I'm running the latest build of TFS 1.0

What could it be causing this annoying error?
 
Yeah as it only changes the text.

What I'm looking for is to get rid of the little delay that it creates.

Because at the moment you cannot use potions at the same speed you usually can.
 
I think this is timeBetweenExActions in config.lua that controls how fast you can use items (it creates the minimum).
 
Any ideas what these numbers should be set to?
Or should I play around with it to until I find something that seems to be correct.
Code:
-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000
 
Yeah I'm aware of that, the problem still exists though.

Sometimes it uses potions normally, sometimes it's "lagging" and using it with delay between pots.
 
Back
Top