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

Solved Lua Script Error: [Test Interface]

Hugofasima

Website: thenosegang.servegame.com
Joined
Jun 24, 2015
Messages
206
Reaction score
23
I've updated my TFS 1.0 to TFS 1.1

Now there is some erros that I can't fix alone

Lua Script Error: [Test Interface]
data/actions/scripts/secret service/amazonDisguiseKit.lua
data/actions/scripts/secret service/amazonDisguiseKit.lua:3: attempt to call met
hod 'addOutfit' (a nil value)
stack traceback:
[C]: in function 'addOutfit'
data/actions/scripts/secret service/amazonDisguiseKit.lua:3: in main chu
nk
[Warning - Event::checkScript] Can not load script: scripts/secret service/amazo
nDisguiseKit.lua


Lua Script Error: [Test Interface]
data/actions/scripts/the thieves guild quest/dwarfDisguiseKit.lua
...ons/scripts/the thieves guild quest/dwarfDisguiseKit.lua:3: attempt to call m
ethod 'addOutfit' (a nil value)
stack traceback:
[C]: in function 'addOutfit'
...ons/scripts/the thieves guild quest/dwarfDisguiseKit.lua:3: in main c
hunk
[Warning - Event::checkScript] Can not load script: scripts/the thieves guild qu
est/dwarfDisguiseKit.lua


Thanks OT Land!
 
Last edited:
Solved by my self

the method 'addOutfit' (TFS 1.0) was updated and renamed to 'setOutfit' (TFS 1.0)
 
Back
Top