Log in

View Full Version : Dropall;



mysterious123
05-19-2010, 06:08 PM
Hello,
I'm making scripts on a private server, it runs on the old version.

I tried doing the Dropall; hoping it would work, but it didn't, it clicked the inventory, then after that the equipments button - I mean tab.

The tabs look different, so is that the problem?
And is there a function which might work?

Frement
05-19-2010, 06:11 PM
Heres a really shitty one, it doesnt need to be fancy for private servers :)
procedure DropX;
begin
Mouse(580, 229,0, 0, False);
Wait(150);
Mouse(580, 275,0, 0, True);
Wait(150);
Mouse(624, 230,0, 0, False);
Wait(150);
Mouse(624, 275,0, 0, True);
Wait(150);
Mouse(664, 227,0, 0, False);
Wait(150);
Mouse(664, 275,0, 0, True);
Wait(150);
Mouse(705, 228,0, 0, False);
Wait(150);
Mouse(705, 275,0, 0, True);
Wait(150);

Mouse(580, 270,0, 0, False);
Wait(150);
Mouse(580, 315,0, 0, True);
Wait(150);
Mouse(624, 270,0, 0, False);
Wait(150);
Mouse(624, 315,0, 0, True);
Wait(150);
Mouse(664, 270,0, 0, False);
Wait(150);
Mouse(664, 315,0, 0, True);
Wait(150);
Mouse(705, 270,0, 0, False);
Wait(150);
Mouse(705, 315,0, 0, True);
Wait(150);

Mouse(580, 302,0, 0, False);
Wait(150);
Mouse(580, 345,0, 0, True);
Wait(150);
Mouse(624, 302,0, 0, False);
Wait(150);
Mouse(624, 345,0, 0, True);
Wait(150);
Mouse(664, 302,0, 0, False);
Wait(150);
Mouse(664, 345,0, 0, True);
Wait(150);
Mouse(705, 302,0, 0, False);
Wait(150);
Mouse(705, 345,0, 0, True);
Wait(150);

Mouse(580, 340,0, 0, False);
Wait(150);
Mouse(580, 385,0, 0, True);
Wait(150);
Mouse(624, 340,0, 0, False);
Wait(150);
Mouse(624, 385,0, 0, True);
Wait(150);
Mouse(664, 340,0, 0, False);
Wait(150);
Mouse(664, 385,0, 0, True);
Wait(150);
Mouse(705, 340,0, 0, False);
Wait(150);
Mouse(705, 385,0, 0, True);
Wait(150);

Mouse(580, 371,0, 0, False);
Wait(150);
Mouse(580, 415,0, 0, True);
Wait(150);
Mouse(624, 371,0, 0, False);
Wait(150);
Mouse(624, 415,0, 0, True);
Wait(150);
Mouse(664, 371,0, 0, False);
Wait(150);
Mouse(664, 415,0, 0, True);
Wait(150);
Mouse(705, 371,0, 0, False);
Wait(150);
Mouse(705, 415,0, 0, True);
Wait(150);

Mouse(580, 410,0, 0, False);
Wait(150);
Mouse(580, 455,0, 0, True);
Wait(150);
Mouse(624, 410,0, 0, False);
Wait(150);
Mouse(624, 455,0, 0, True);
Wait(150);
Mouse(664, 410,0, 0, False);
Wait(150);
Mouse(664, 455,0, 0, True);
Wait(150);
Mouse(705, 410,0, 0, False);
Wait(150);
Mouse(705, 455,0, 0, True);
Wait(150);

Mouse(580, 445,0, 0, False);
Wait(150);
Mouse(580, 455,0, 0, True);
Wait(150);
Mouse(624, 445,0, 0, False);
Wait(150);
Mouse(624, 455,0, 0, True);
Wait(150);
Mouse(664, 445,0, 0, False);
Wait(150);
Mouse(664, 455,0, 0, True);
Wait(150);
Mouse(705, 445,0, 0, False);
Wait(150);
Mouse(705, 455,0, 0, True);
Wait(150);
end;

Sir R. M8gic1an
05-19-2010, 06:11 PM
Hello,
I'm making scripts on a private server, it runs on the old version.

I tried doing the Dropall; hoping it would work, but it didn't, it clicked the inventory, then after that the equipments button - I mean tab.

The tabs look different, so is that the problem?
And is there a function which might work?

Find out from which date the private server is.
ie. RS from 15 Nov 2009 server.

Find the version of SRL from that date. (Should be easy enough to check the revisions from release date)

Use that version :)

@Frement: Dude, loop.

~RM

Frement
05-19-2010, 06:17 PM
@Frement: Dude, loop.

I didnt want to spend that much time on a private server, but yeah, it could have been done more neatly, but atleast that works :)

And one more thing for mysterious123, use Simba, it has amazing OCR that works on the private server i play on.

mysterious123
05-19-2010, 06:25 PM
I didnt want to spend that much time on a private server, but yeah, it could have been done more neatly, but atleast that works :)

And one more thing for mysterious123, use Simba, it has amazing OCR that works on the private server i play on.

I didn't get a chance to ask, I tried using Simba, though I couldn't ever get it to work for some reason. Maybe the update didn't work, maybe I don't know how to get a script to work with it...

Basically, I need someone to help me figure what the problem is. But I really have no time.
I only managed to script a cowkiller for the private server, luckily, it worked all night and all day... Though for RS, I'd have to try much harder. That's also why I took a break from RS.