Hiya
I tried all of the banking procedures in SRL/Bank.scar, but all of them lag way too much on my computer because it's only 500MHz. Can someone please make one that doesn't lag so much?
Thanks
Hiya
I tried all of the banking procedures in SRL/Bank.scar, but all of them lag way too much on my computer because it's only 500MHz. Can someone please make one that doesn't lag so much?
Thanks
Hey lady, I need a yank! Ha ha, dislocation.
Problem with this is that if you make one it will usually work better for the bank where you made it at since most banks are set up differently.. Specify which bank and I may look into it..
SUMMER BREAK be back when I want to
Varrock East bank.
Thanks for looking![]()
Hey lady, I need a yank! Ha ha, dislocation.
It's not your computer it's the procedures. Most of the srl banking procedures use deformed... and that lags pretty much all computers. Unless your lag is sticking around? or is it just for a second or so?
I made this one. Not sure if it lags alot but all the SRL procedures lag my comp really bad but this one doesnt... Doesnt even use colors lolz
SCAR Code:Procedure Bank;
begin
Bankx := 249;
Banky := 175;
repeat
MMouse(Bankx, Banky, 1, 1);
Banky := Banky + 10;
Wait(100);
If (Banky > 363) then
begin
Bankx := Bankx + 50;
Banky := 175;
end;
Until(IsUpText('Bank booth') = True);
Mouse(Bankx, Banky, 1, 1, False);
Wait(1000+Random(500));
ClickOption('Use-quickly', 1);
Wait(3000+random(500));
end;
bob:It doesn't lag for long on good computers, but when I run it, it makes me lag so bad that RS just logs out after a minute
crap:Thanks a lot I'll try it out and see how it goes
Hey lady, I need a yank! Ha ha, dislocation.
There are currently 1 users browsing this thread. (0 members and 1 guests)