• 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 TFS 1.1 creature script error

7804364

Member
Joined
Mar 6, 2010
Messages
457
Reaction score
10
Ok so i downloaded the latest 1.1 tfs from forgotternserver github, and i took a 10.53 source and combined it, and now im getting a strange error from using

http://otland.net/threads/tfs-1-1-random-item-stats.228990/

This is my error

Code:
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/creaturescripts/scripts/randomstats.lua:102: table index is nil
stack traceback:
        [C]: ?
        data/creaturescripts/scripts/randomstats.lua:102: in function 'loot_attrToVal'
        data/creaturescripts/scripts/randomstats.lua:200: in function 'assign_loot_Stat'
        data/creaturescripts/scripts/randomstats.lua:228: in function <data/creaturescripts/scripts/randomstats.lua:223>
 
Back
Top