Hello,
i have this error in my console from autoloot mod.
Getting this error from my autoloot mod
i have this error in my console from autoloot mod.
Code:
[17:18:59.638] [Error - CreatureScript Interface]
[17:18:59.638] In a timer event called from:
[17:18:59.638] domodlib('Loot_func')
[17:18:59.638] function onDeath(cid, corpse, deathList)
[17:18:59.638] if isMonster(cid) then
[17:18:59.638] local killer,pos = deathList[1],getCreaturePosition(cid)
[17:18:59.653] local lookCorpse = getMonsterInfo(getCreatureName(cid)).lookCorpse
[17:18:59.653] if...