Hey I'm requesting an AutoDropper. I need to use it for dropping Iron ore in the Al-Kharid mine. Don't make it completely detectable but make it fairly quick. Thank you. ^_^ It doesn't have to be SRL either.
Hey I'm requesting an AutoDropper. I need to use it for dropping Iron ore in the Al-Kharid mine. Don't make it completely detectable but make it fairly quick. Thank you. ^_^ It doesn't have to be SRL either.
Do you mean a powerminer? or just the dropping while you legitly mine?
if you mean powerminer, look around.
Just dropping after I legitly mine.
Edit: Nevermind it didnt work.
SCAR Code:program AutoDrop;
{.include SRL\SRL.scar}
begin
SetupSRL;
BenMouse:=False;
MouseSpeed:=3;
DropAll;
end;
should be ok![]()
Join the Official SRL IRC channel. Learn how to Here.
i dont know what you mean by 'on purpose' i didnt mean anything bad to him.
Join the Official SRL IRC channel. Learn how to Here.
you can run that in the background and it will drop everything in slots 2 to 28 when your inventory becomes full. it will not lag and it will kick in automatically... unless you press "q"Code:begin setupsrl repeat if invcount=28 then begin dropto(2,28); endif sleep(1000+random(500)); until keydown('q') end.
And check out my pascal interpreter!
<R0b0t1> No, really, I went to a bar and picked up a transvestite.
Nevermind, I made it on my own.
There are currently 1 users browsing this thread. (0 members and 1 guests)