Results 1 to 16 of 16

Thread: What Is The Best Bank Opening Function/Procedure?

  1. #1
    ronny.m.p Guest

    What Is The Best Bank Opening Function/Procedure?

    I am working on a script and i'm wondering what function/procedure i should use to open a bank booth. It is seers bank and i have tried OpenBank3; but i wasn't happy with the results. Please tell what is the best one. Thanks.

    -Ronny

  2. #2
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Heres some others, maybe try OpenBankQuiet? Just look in Your SRL folder and try them all out and use the one you like best.

    SCAR Code:
    {*******************************************************************************
    function OpenBankQuiet(WhichBank: String): Boolean;
    By: WT-Fakawi
    Description: Opens any given bank in the free world using
    FindDeformedBitmapToleranceIn. Avoids strange mouse movements. Will cause
    significant lag (approx. 1 second), but finds the bank with one click.

    Valid arguments are:
    'feb' (Falador East Bank)
    'fwb' (Falador West Bank)
    'veb' (Varrock East Bank)
    'vwb' (Varrock West Bank)
    'db'  (Draynor Bank)
    'eb'  (Edgeville Bank)
    'akb' (Al-Kharid Bank)
    *******************************************************************************}
    SCAR Code:
    {*******************************************************************************
    function FindBank(TheBank: String): Boolean;
    By: WT-Fakawi
    Description: Finds and opens any given bank in the free world. If symbolcolor
    is in minimap it will walk to the bank and open it!
    Valid arguments are:
    'feb' (Falador East Bank)
    'fwb' (Falador West Bank)
    'veb' (Varrock East Bank)
    'vwb' (Varrock West Bank)
    'db'  (Draynor Bank)
    'akb' (Al-Kharid Bank)
    *******************************************************************************}
    SCAR Code:
    {*******************************************************************************
    function OpenBankGlass(WhichBank: String; ChangeCompass, ChangeAngle: Boolean): Boolean;
    By: Wizzup?
    Description: Opens the bank.
    Valid arguments are:
    'feb' (Falador East Bank)
    'fwb' (Falador West Bank)
    'veb' (Varrock East Bank)
    'vwb' (Varrock West Bank)
    'db'  (Draynor Bank)
    'akb' (Al-Kharid Bank)
    *******************************************************************************}

  3. #3
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I've tried those, and didn't like any of them.

    I suggest making your own.

    Perhaps searching for a color, and searching for another color around that one? (Find color and Find color circle)

  4. #4
    Join Date
    Sep 2006
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the best is...depending on the camera angle and direction faced..your own.

    Experiement and look at the SRL banking include for examples and ideas. Jason pretty much nailed it.
    “Life is a goldmine, exploit it.” ~M. K. Soni
    www.sea4yourselves.com

  5. #5
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I dislike all of the SRL bankopeners

    My recommendation is to use jason2gs's idea, but use 2-3 colors (if findcolortolerance(color1,...) or findcolortolerance(color2,...)....etc) for both the initial findcolor and the findcolorcircle

    I get 100% accuracy with that setup
    Interested in C# and Electrical Engineering? This might interest you.

  6. #6
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Makes ya wonder why something so simple isn't in SRL.bank

  7. #7
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    All the SRL people are too smart

    Haha j/k

    It probably isn't reliable enough...ya know how most of SRL is autocolor and all that....
    Interested in C# and Electrical Engineering? This might interest you.

  8. #8
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OpenBankQuiet, OpenBankGlass, OpenBank, and OpenBank2 all fine for me. OpenBankQuiet is my personal favorite because it usually gets bank open without moving mouse anywhere else. OpenBankGlass is what I'd suggest after that. Or you could do what was said above

  9. #9
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I like all of those procedures (specifically -silent and -glass), but most require the name of the bank you're at, so if you have a script that can be run anywhere (mainly, powercutters with banking), they aren't very helpful.

    My bank booth finder finds the booth in about 10ms or so and gets it right on the first try almost 100% of the time
    Interested in C# and Electrical Engineering? This might interest you.

  10. #10
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    openbanksilent and glass work for me most of the time

  11. #11
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    I like all of those procedures (specifically -silent and -glass), but most require the name of the bank you're at, so if you have a script that can be run anywhere (mainly, powercutters with banking), they aren't very helpful.

    My bank booth finder finds the booth in about 10ms or so and gets it right on the first try almost 100% of the time
    Power cutters with banking?? lol, never heard of that. power means to drop everything and keep chopping without banking lol. and if the script was meant to bank at rimmington for example, They really couldn't run it at varrock anyways because the walking wouldn't work too good cause it would try walking to rimmington

  12. #12
    ronny.m.p Guest

    Default

    OpenBankSilent and the glass one only work for free-world banks. I need one to work in seers. Smartzkid could you please post your procedure and also i will work on your idea jason!

  13. #13
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I made my own one for fally. Got 3 bmps of different parts of the booth and got it to look for em... Its in free scripts if u wanna look at it.

  14. #14
    ronny.m.p Guest

    Default

    It's ok i got my own working useing jason2gs idea. It finds any of 3 different colors, move the mouse there, searches for any of 3 other colors with findcolorcirlcetolerance and checks to see if the uptext says 'ank'.

  15. #15
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by ronny.m.p View Post
    It's ok i got my own working useing jason2gs idea. It finds any of 3 different colors, move the mouse there, searches for any of 3 other colors with findcolorcirlcetolerance and checks to see if the uptext says 'ank'.
    wouldnt that take a while for it to find the bank?

    and dont forget to use (chooseoption)

    it really helps!^^^

    They are sisters...
    Runescape Classic

  16. #16
    ronny.m.p Guest

    Default

    I did use chooseoption =P and no it is very fast because it has 3 colors to choose from!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bank Procedure
    By Da 0wner in forum OSR Help
    Replies: 17
    Last Post: 02-23-2008, 12:58 AM
  2. Bank procedure
    By Illkillutill in forum OSR Help
    Replies: 4
    Last Post: 01-24-2008, 12:19 PM
  3. function MoveMouseOver, useful for opening doors and much more!
    By JAD in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 07-17-2007, 04:39 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
  •