Results 1 to 6 of 6

Thread: Banking procedure for crappy computers

  1. #1
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Banking procedure for crappy computers

    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.

  2. #2
    Join Date
    Dec 2006
    Location
    Ky
    Posts
    390
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  3. #3
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Varrock East bank.

    Thanks for looking
    Hey lady, I need a yank! Ha ha, dislocation.

  4. #4
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    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?


  5. #5
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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;

  6. #6
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Best Banking Procedure?
    By souppy in forum OSR Help
    Replies: 5
    Last Post: 04-05-2008, 01:47 PM
  2. Banking procedure errors please help!!!
    By Gold in forum OSR Help
    Replies: 4
    Last Post: 04-02-2008, 09:37 PM
  3. Banking Procedure
    By mpd in forum First Scripts
    Replies: 2
    Last Post: 01-14-2008, 08:07 PM
  4. New Banking Procedure Idea!
    By rawsilk in forum OSR Help
    Replies: 9
    Last Post: 01-05-2008, 03:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •