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

Debug after Clean map

jareczekjsp

Member
Joined
Jan 30, 2023
Messages
188
Reaction score
9
GitHub
Jarek123
Hello I use TFS 0.4 3777 tibia 8.6
and I have problem Because ,after clean map sometime players Have debug ,or Stay in 1 sqm and not walk
and is like that after clean
what you thing about this?what is problem?where I can looking for problem?no error in console
Can somebody help me?please
Post automatically merged:

when is automatic clean is like that problem when I say /clean is normal
Post automatically merged:

my script in globalevents clean.lua is

Lua:
function executeClean()
    doCleanMap()
    doBroadcastMessage("Game map cleaned, next clean for 2 Hours.")
    return true
end

function onThink(interval)
    doBroadcastMessage("Game map cleaning within 30 seconds, please pick up your items!")
    addEvent(executeClean, 30000)
    return true
end
 
Last edited:
Back
Top