function onDropLoot(cid, corpse) if(getCreatureName(cid):lower() == "demon" and isMonster(cid)) then if(math.random(1,5) == 1) then doAddContainerItem(corpse, 9932) -- add firewalker boots to loot end end return true end