stucking when other monster die above staker body
Printable View
stucking when other monster die above staker body
Thanks dude
But now im using
And working perfectly, some times i got the same trouble, but i will add the "lootbodies"PHP Code:
init start
listas('Stake/Skin Bodies')
listcolor(0x00e5e5)
init end
auto(500)
if getsetting('Looting/Enabled') == 'no' then setsetting('Looting/Enabled', 'yes') end
if itemcount('blessed wooden stake') > 0 then
if maround() == 0 and stakespots(5, true, false) > 0 then
setsetting('Looting/Enabled', 'no')
setlifetime(3000)
stake(7,true,false)
elseif itemcount('obsidian knife') > 0 then
if maround() == 0 and skinspots(5, true, false) > 0 then
setsetting('Looting/Enabled', 'no')
setlifetime(3000)
skin(5,true,false)
end
end
end
Code:init start
listas('Stake Bodies')
listcolor(0x00e5e5)
init end
auto(500)
if getsetting('Cavebot/Enabled') == 'no' then setsetting('Cavebot/Enabled', 'yes') end
if itemcount('blessed wooden stake') > 0 then
if (maround(7,false) == 0 and $lootbodies == 0 and stakespots(5, true, false) > 0) then
setsetting('Cavebot/Enabled', 'no')
setlifetime(3000)
stake(7,true,false)
end
end