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
for
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?
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]
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?