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

Lua Cant Enter My OT Login/logout.lua error in tfs 1.2

Sp0tl3ss

Nestalia.org
Joined
Jul 19, 2014
Messages
279
Reaction score
12
hello i get this error in my tfs :
Exec has logged in.

Lua Script Error: [CreatureScript Interface]
data/creaturescripts/scripts/others/login.lua:onLogin
data/creaturescripts/scripts/others/login.lua:65: attempt to index global 'nextUseStaminaTime' (a nil value)
stack traceback:
[C]: in function '__newindex'
data/creaturescripts/scripts/others/login.lua:65: in function <data/creaturescripts/scripts/others/login.lua:48>

Lua Script Error: [CreatureScript Interface]
data/creaturescripts/scripts/others/logout.lua:onLogout
data/creaturescripts/scripts/others/logout.lua:3: attempt to index global 'nextUseStaminaTime' (a nil value)
stack traceback:
[C]: in function '__index'
data/creaturescripts/scripts/others/logout.lua:3: in function <data/creaturescripts/scripts/others/logout.lua:1>
Exec has logged out.
 
Back
Top