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

Lua action enchanting help

Hugo Patriota

Atzosh.com
Joined
Nov 23, 2016
Messages
29
Solutions
1
Reaction score
2
Hello, I need help to fix this problem and I would like you to explain to me why it happens too.


Lua Script Error: [Action Interface]
data/actions/scripts/other/enchanting.lua:eek:nUse
data/actions/scripts/other/enchanting.lua:119: attempt to call field 'find' (a n
il value)
stack traceback:
[C]: in function 'find'
data/actions/scripts/other/enchanting.lua:119: in function <data/actions
/scripts/other/enchanting.lua:44>

action/script:
http://pastebin.com/1kDbhyUN
 
Well.. table.find is not a known lua function.. so I'm not really sure what the creator of that script was trying to do..

You might have to try to find whatever lua library they used.. kind of like this post somewhere on google did.

http://stackoverflow.com/questions/656199/search-for-an-item-in-a-lua-list

It's basically some random function someone made and now uses, but never included in this script.. so we basically have no idea what it's meant to do, without reading through the entire script.
 
Back
Top