Adblock breaks this site

all scripts can not bank!

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

  1. fedde2000

    fedde2000 Newcomer

    Joined:
    Apr 14, 2007
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0
    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:
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
  3. fedde2000

    fedde2000 Newcomer

    Joined:
    Apr 14, 2007
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0
    all scripts can not bank!

    wow thank you for answering fast!! that really help! it worked too!
     
  4. crapkiller

    crapkiller Forum Addict

    Joined:
    Jul 19, 2006
    Posts:
    426
    Referrals:
    0
    Sythe Gold:
    0
    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) >


 
 
Adblock breaks this site