• 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 Changegold TFS 1.0

zetibia

Member
Joined
Jun 23, 2013
Messages
110
Reaction score
11
I use script of tfs 1.0

erro:

Lua Script Error: [Action Interface]
data/actions/scripts/other/changegold.lua:onUse
data/actions/scripts/other/changegold.lua:3: attempt to call global 'doChangeTypeItem' (a nil value)
stack traceback:
[C]: in function 'doChangeTypeItem'
data/actions/scripts/other/changegold.lua:3: in function <data/actions/scripts/other/changegold.lua:1>

and please globalevents script for shopp

Please Help-me
 
Mark have updated this in github
update your compat.
Code:
function doChangeTypeItem(uid, newType) local i = Item(uid) return i ~= nil and i:transform(i:getId(), newType) or false end
 
Back
Top