Hello, I need a script that drops blank runes from my backpack to under my feet so fast as it is possible, it would be cool to drop like 100 blank runes under my feet in few seconds not depending on how much cap I have but it can be done with cap < 2000
Changed this one
to:
but it doesn't work.
#edit
and I need a script that pick up items from my under feet, also it have to pick as fast as it is possible alt="Smile" title="Smile" class="smilie smilie_1" />
Changed this one
if cap() < 10 then
while itemcount('fish') > 0 do
moveitems('fish', ground(DROP_LOCATION.X, DROP_LOCATION.Y, DROP_LOCATION.Z), '', 100)
wait(300, 800)
end
end
if cap() < 1100 then
while itemcount('blankrune') > 0 do
moveitems('blankrune', ground(DROP_LOCATION.X, DROP_LOCATION.Y, DROP_LOCATION.Z), '', 100)
wait(300, 800)
end
end
#edit
and I need a script that pick up items from my under feet, also it have to pick as fast as it is possible