Page 5 of 6 FirstFirst ... 3456 LastLast
Results 101 to 125 of 134

Thread: BankScreen update

  1. #101
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    that error wont accur when you use it as an include so dont worry
    Infractions, reputation, reflection, the dark side of scripting, they are.

  2. #102
    Join Date
    May 2007
    Location
    North Carolina, USA
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script fix worked good for me using "Pentti's Multi City Miner & Banker". However, I'm having issues with the script seeing the "real" Bank Booths instead of the "fake" ones, along with the Deposit Box at Draynor Village's bank (mouse wants to move everywhere but to the real Bank Booths). Any quick fix for that?

  3. #103
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by drkstlkr View Post
    This script fix worked good for me using "Pentti's Multi City Miner & Banker". However, I'm having issues with the script seeing the "real" Bank Booths instead of the "fake" ones, along with the Deposit Box at Draynor Village's bank (mouse wants to move everywhere but to the real Bank Booths). Any quick fix for that?
    I already know whats the problem. Wait for new update.

  4. #104
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    DO we ned to add this part?


    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    If Bankscreen then writeln('found') else writeln('not found');
    end.


    so all we have to do is change 185 to 184?
    my dude can get to the mine ok, its just on the way back to the bank he gets stuck south of the bank ( shop next to runeshop) and the mouse keeps clicking on the stairs there! ( the one just south of the bank)

  5. #105
    Join Date
    Jun 2007
    Location
    The Netherlands
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im having trouble with storing items...
    it opens the bank but then it aint doing anything anymore...
    is this because of the runescape update?

  6. #106
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    I had that probnlem he would get to the bank and open the screen up but not deposit them items the mouse would spin round really quick all over the screen!

  7. #107
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could u sent me the full script with the bankin thing sry im noob and i cant make the script work well

  8. #108
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default im noob

    could u sent me the full script with the bankin thing sry im noob and i cant make the script work well

  9. #109
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sry double message wasnt on purpose sry

  10. #110
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sry double message wasnt on purpose sry

  11. #111
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ??

    Quote Originally Posted by WT-Fakawi View Post
    Maybe Star has his own customised BankScreen function?
    could u possibly sent the whole correct script i cant do my own im a noob....

  12. #112
    Join Date
    Jun 2007
    Location
    finland (0_0)
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could anyone plz post me the banks script?

  13. #113
    Join Date
    Apr 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    O M G owns your 6 consecutive posts all within a 1 hour timespan are very offensive to me. No I will not help you because you don't have the slightest bit of patience. Just read through all of the multitude of posts that explain exactly what you should do or better yet give up and don't bother cluttering up the SRL forums with meaningless posts ever again.

  14. #114
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Guys it's not that hard. Look at my sig. On the first couple of pages it tells you exactly what to do I don't know what's so hard about it. So O M G Owns, please just think, it ain't that hard.

    -Dunceiam

  15. #115
    Join Date
    May 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can somone plz tell me what line on the original script that that function goes on plz

  16. #116
    Join Date
    Jun 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i cant find the line in the script to change where is it?

  17. #117
    Join Date
    Jun 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude can somone just post the whole script please? im a nub at this and i need help. =\

  18. #118
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    The Bank of RuneScape bankscreen has undergone a slight shift. New coords are:

    SCAR 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;


    So 185 is now 184!!!!!!!


    Check it please and see if it works. (Not sure if "The Bank of" is static)

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    If Bankscreen then writeln('found') else writeln('not found');
    end.
    yeah but where do we put this in?

  19. #119
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where does this go?
    if 185 changes to 184 or whatever, where does this part go?


    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    If Bankscreen then writeln('found') else writeln('not found');
    end.

  20. #120
    Join Date
    Jun 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Guys it's not that hard. Look at my sig. On the first couple of pages it tells you exactly what to do I don't know what's so hard about it. So O M G Owns, please just think, it ain't that hard.

    -Dunceiam
    its not that its hard, theres just a second thing he quoted
    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    If Bankscreen then writeln('found') else writeln('not found');
    end.

    where does that part go?

  21. #121
    Join Date
    Feb 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have banking problems with SRL Essence Miner 1.15.scar script can anyone help plz

  22. #122
    Join Date
    Apr 2007
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting an error:

    Line 38: [Error] (13834:10): Duplicate identifier 'BANKSCREEN' in script E:\Program Files\SCAR 3.06\includes\srl\srl\core\Bank.scar

    Help??

  23. #123
    Join Date
    Jun 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    erm what line do i edit that thing at? cause it does not say and i am not sure?

  24. #124
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Should be posted like this:

    Originally Posted by Dark_Sniper View Post
    should tell them to replace it like this:

    1. open:
    includes\SRL\SRL\Core\Bank.Scar

    2: go to line: 26-30

    3. copy this:

    ScarScript: By Drunkenoldma

    function BankScreen: Boolean;
    begin
    Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
    -1);
    end;


    4. highlight lines 26-30

    5. paste the givin code over it.

    6. remember to save XD
    Back from the dead.....

  25. #125
    Join Date
    Feb 2006
    Posts
    449
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks fakawi.
    [SIGPIC][/SIGPIC]

Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. BankScreen
    By Mr. Freeweed in forum RS has been updated.
    Replies: 2
    Last Post: 05-20-2007, 08:03 PM

Posting Permissions

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