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

Reward Chest ERROR

Serralinha

OT OWNER
Joined
Mar 7, 2010
Messages
46
Reaction score
1
ERROR MESSAGE:
Code:
Lua Script Error: [CreatureScript Interface] 
data/creaturescripts/scripts/others/reward_chest.lua:onKill
data/creaturescripts/scripts/others/reward_chest.lua:282: attempt to call method 'getContentDescription' (a nil value)
stack traceback:
        [C]: in function 'getContentDescription'
        data/creaturescripts/scripts/others/reward_chest.lua:282: in function 'doBossReward'
        data/creaturescripts/scripts/others/reward_chest.lua:300: in function <data/creaturescripts/scripts/others/reward_chest.lua:295>

And here is the script.
http://pastebin.com/trLF5kjE

Could anyone help me?
 
ERROR MESSAGE:
Code:
Lua Script Error: [CreatureScript Interface]
data/creaturescripts/scripts/others/reward_chest.lua:onKill
data/creaturescripts/scripts/others/reward_chest.lua:282: attempt to call method 'getContentDescription' (a nil value)
stack traceback:
        [C]: in function 'getContentDescription'
        data/creaturescripts/scripts/others/reward_chest.lua:282: in function 'doBossReward'
        data/creaturescripts/scripts/others/reward_chest.lua:300: in function <data/creaturescripts/scripts/others/reward_chest.lua:295>

And here is the script.
http://pastebin.com/trLF5kjE

Could anyone help me?

You don't have this "getContentDescription" in the source.
 
Back
Top