• 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 demon oak monster error

Kasey

Tibia-City.com
Joined
May 26, 2008
Messages
79
Reaction score
2
8.60 server. monster in demon oak gives this error. found this out recently. ... a

dark torturer

other monsters also look to give out this error and lags the server untill its loaded


[05/01/2014 19:40:43] [Error - CreatureScript Interface]
[05/01/2014 19:40:43] In a timer event called from:
[05/01/2014 19:40:43] buffer:eek:nKill
[05/01/2014 19:40:44] Description:
[05/01/2014 19:40:44] [string "loadBuffer"]:53: attempt to index a boolean value
[05/01/2014 19:40:44] stack traceback:
[05/01/2014 19:40:45] [string "loadBuffer"]:53: in function 'createLoot'
[05/01/2014 19:40:45] [string "loadBuffer"]:119: in function <[string "loadBuffer"]:108>


[05/01/2014 19:41:12] [Error - CreatureScript Interface]
[05/01/2014 19:41:12] In a timer event called from:
[05/01/2014 19:41:13] buffer:eek:nKill
[05/01/2014 19:41:13] Description:
[05/01/2014 19:41:13] [string "loadBuffer"]:80: attempt to get length of local 'i' (a nil value)
[05/01/2014 19:41:13] stack traceback:
[05/01/2014 19:41:14] [string "loadBuffer"]:80: in function 'createChildLoot'
[05/01/2014 19:41:14] [string "loadBuffer"]:122: in function <[string "loadBuffer"]:108>


how do i fix this? XD
 
Last edited:
found problem ... if you have this error. there is a wrong loot id for concentrated demonic blood ....

code
<item id="23500" chance="6000"/><!-- concentrated demonic blood -->

fixed code
<item id="6558" chance="66000"/><!-- concentrated demonic blood -->



Also may contain other items in other monsters that will bring up the error.. such as ...


<item id="6079" chance="10500"/><!-- dead frog -->

inside of dark apprentice
 
Last edited:
Back
Top Bottom