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
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
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)
*******************************************************************************}
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)
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
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.
Makes ya wonder why something so simple isn't in SRL.bank
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.
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![]()
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.

openbanksilent and glass work for me most 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![]()
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!
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'.
I did use chooseoption =P and no it is very fast because it has 3 colors to choose from!
There are currently 1 users browsing this thread. (0 members and 1 guests)