• 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 on stairs.

Midxas

New Member
Joined
Apr 21, 2014
Messages
43
Reaction score
0
Hello Otland!

I have huge problem. On my server is very big exhausted when you jumping on stairs.
I asked on forum for help and ppl said that i need to change in configmanager.cpp
Code:
m_confNumber[STAIRHOP_DELAY]
for
Code:
m_confNumber[STAIRHOP_DELAY] = getGlobalNumber("stairhopDelay", 1 * 1);

and recompile the server.

I did what they sad, i've changed configmanager.cpp, downloaded Dev-C++ 4.9.9.2, recompiled my server and nothing happen :/ I still have huge exhausted on spells when im jumping on stairs :/ Anyone can help me?
 
Back
Top