Adblock breaks this site

Why doesnt the ultimate fisher script bank?

Discussion in 'Scar/Simba Help' started by Tiago, Aug 16, 2007.

  1. Tiago

    Tiago Guest

    Referrals:
    0
    Why doesnt the ultimate fisher script bank?

    Why doesnt the ultimate fisher script bank?
    It doesnt even take me to the bank it goes else where.
     
  2. Exist2inspire

    Exist2inspire Member

    Joined:
    Jul 26, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0
    Why doesnt the ultimate fisher script bank?

    go to Tools > Explore folder > Includes > Srl > Srl > core and open up bank.scar, scroll down untill you see this:

    {*******************************************************************************
    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;

    see this line:

    Result := IsTextAtEx(185, 34, 'The Bank', 30, upchars, True, False, 0, 0,


    change the 184 to 184 so it looks like this:

    Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
     
  3. Tiago

    Tiago Guest

    Referrals:
    0
    Why doesnt the ultimate fisher script bank?

    How do you make the 184 look like that.
     
  4. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Why doesnt the ultimate fisher script bank?



    And, that won't fix it because the script doesn't use the SRL. It is too old, get a new one.
     
  5. Exist2inspire

    Exist2inspire Member

    Joined:
    Jul 26, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0
    Why doesnt the ultimate fisher script bank?

    i only made it red so it stands out.. it doesnt have to be red in the bank.scar though
     
< Please help me fix this script | Why does the ultimate fishing scipt randomly off click? >


 
 
Adblock breaks this site