
Untitled
By: a guest on
Sep 16th, 2012 | syntax:
None | size: 0.44 KB | hits: 15 | expires: Never
-- remember to change for i,7 if u change how many items are here V, if theres 6 items, its for i,6 do
local TRASH_ITEMS = {'wedding ring', 'scale armor', 'brass legs', 'plate legs', 'brass armor', 'plate armor', 'dark shield'}
local DEFAULT_BOOTS = 'wedding ring'
for i = 1,7 do
if itemcount(TRASH_ITEMS[i]) >= 1 then
if maround(5) == 0 and lootbodies == false then
moveitems(TRASH_ITEMS[i], "all", 'ground', 1)
wait(500)
end
end
end