I'm going to start working on an autofletcher, and I was wondering what the best procedure is, for opening up a bank?
OpenBankQuit seem the best one, but it causes a one second lag, which isn't good if you want to make a flast fletcher.
I'm going to start working on an autofletcher, and I was wondering what the best procedure is, for opening up a bank?
OpenBankQuit seem the best one, but it causes a one second lag, which isn't good if you want to make a flast fletcher.
go to bank.scar en look for a openbank you like
http://www.villavu.com/forum/showthread.php?t=19373
i can advice you this on:
SCAR Code:{*******************************************************************************
function OpenBankFast(Location: String): Boolean;
By: Wizzup? and Nielsie95
Description: Opens the bank.
Valid arguments are:
'akb', 'al kharid', 'lb', 'lumbridge', 'veb', 'varrock east', 'vwb',
'varrock west', 'feb', 'falador east', 'fwb', 'falador west', 'db', 'draynor',
'eb', 'edgeville bank'
*******************************************************************************}
Speed isn't everything. It has to work perfectly. I dont mind speed too much. I mind QUALITY.
AKA http://i105.photobucket.com/albums/m...uceSigcopy.jpg
I am a SCAR//SRL newb and i am willing to become better =) reading my tut's day by day.
Try
SCAR Code:{*******************************************************************************
function OpenBank(WhichBank: String, ChangeCompass, ChangeAngle: Boolean): Boolean;
by: SRL Development Team
Description: Opens the bank if possible.
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)
'lb' (Lumbridge Bank)
*******************************************************************************}
it'll first try to open the bank using the glass/bitmaps, and if that doesn't work it'll go to OpenBankFast.
this could be more helpful if you added a section on the deposit and withdraw procedure
There are currently 1 users browsing this thread. (0 members and 1 guests)