• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Help] Exhausted, paralyze.

Midxas

New Member
Joined
Apr 21, 2014
Messages
43
Reaction score
0
Hello people, anyone know how to eliminate exhausted on stairs? I mean after walking throught the stair up/down players have 2/3 seconds of exhausted on tibia 8.6 on my server. And i would love to eliminate this thing. Another question is, how to make perfectly working paralyze rune which really slow you and anti paralyze bot cannot win with this?
 
the stairhop delay is on configmanager.cpp
Code:
    m_confNumber[STAIRHOP_DELAY] = getGlobalNumber("stairhopDelay", 2 * 1000);
if you do not have the sources, try adding stairhopDelay = 0 to config.lua (idk if it works)
 
I have this

Code:
m_confNumber[STAIRHOP_DELAY] = getGlobalNumber("stairhopDelay", 1 * 1);

And still after going up/down i have to wait 2/3 second between spell attack :/
 
Back
Top