all scripts can not bank!

Discussion in 'Archives' started by fedde2000, May 20, 2007.

all scripts can not bank!
  1. Unread #1 - May 20, 2007 at 10:40 AM
  2. fedde2000
    Joined:
    Apr 14, 2007
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0

    fedde2000 Newcomer

    all scripts can not bank!

    hi!
    all scripts i have (most from here) work on begining, example: woodcutter it chops a full load of willows and go to bank and open the bank booth, then the mouse is just circling around and wont click anything. ps i got scar version 2.03 and srl 360b installed properly. i have tested this on 2 computers now.

    :eek: what is wrong?:eek:
     
  3. Unread #2 - May 20, 2007 at 10:47 AM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

  5. Unread #3 - May 20, 2007 at 10:49 AM
  6. fedde2000
    Joined:
    Apr 14, 2007
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0

    fedde2000 Newcomer

    all scripts can not bank!

    wow thank you for answering fast!! that really help! it worked too!
     
  7. Unread #4 - May 20, 2007 at 10:51 AM
  8. crapkiller
    Joined:
    Jul 19, 2006
    Posts:
    426
    Referrals:
    0
    Sythe Gold:
    0

    crapkiller Forum Addict

    all scripts can not bank!

    Jagex moves the words at the top of the bank. SRL checks for these words to see if the bank screen is up. To fix open your bank.scar in your SRL folder. and change this :
    Code:
    {*******************************************************************************
    function BankScreen: Boolean;
    by: SRL Dev Team
    Description: Finds Bankscreen. Returns true if Found.
    *******************************************************************************}
     
    function BankScreen: Boolean;
    begin
      Result := IsTextAtEx(185, 34, 'The Bank', 30, upchars, True, False, 0, 0,
        -1);
    end;
     
    to this:

    Code:
    {*******************************************************************************
    function BankScreen: Boolean;
    by: SRL Dev Team
    Description: Finds Bankscreen. Returns true if Found.
    *******************************************************************************}
     
    function BankScreen: Boolean;
    begin
      Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
        -1);
    end;
     
    Oops town beat me by like 2 seconds lol
     
< buying pbp 780k | [TUT] How to get free spyware doctor (full version) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site