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

Char dance delay

medel

New Member
Joined
Jul 14, 2009
Messages
2
Reaction score
0
Hi guys, I have a big problem!
I'm trying to solve this problem a few days and i can't solve it.

When the character "dance" has a big delay, but i don't know where i can edit in sources to increase or decrease this delay.
Can someone help me?



Sorry, I know that my english is bad.
 
Hahaha, i had alot of accounts here, but i don't remember them.

With ctrl + arrow keys.
Somewhere in sources have this funcion, but I don't find it.
My server is lagging so hard.
:(
 
Make sure your ..\data\events\scripts\player.lua is clear as I post below (unless you have added something there and might be causing this 'delay'):

Code:
function Player:onTurn(direction)
    return true
end
 
Back
Top