• 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 isContainer error

7804364

Member
Joined
Mar 6, 2010
Messages
457
Reaction score
10
i have 0.4 tfs

using cykotitans random loot stats

Im getting a onkill error

[string "LuaInterface::loadBuffer"]:216: attempt to call global 'isContainer' (a nil value)
stack traceback:
[string "LuaInterface::loadBuffer"]:216: in function <[string "LuaInterface::loadBuffer"]:212>
 
Which datapack do you use? isContainer is a function in the source, this can't be a nil value unless it's set to a nil value (or removed from the source, but it's highly unlikely that someone did that).
So you probable have some wrong code in libs somewhere, you can try to find anything related to isContainer or try to use a different TFS 0.3/0.4 lib folder (or datapack) to see if you still have that problem.
 
Back
Top