Results 1 to 6 of 6

Thread: Opening Banks

  1. #1
    Join Date
    Jun 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Opening Banks

    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.

  2. #2
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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'
    *******************************************************************************}

  3. #3
    Join Date
    Jan 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Speed isn't everything. It has to work perfectly. I dont mind speed too much. I mind QUALITY.

  4. #4
    Join Date
    Jan 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by checkuberhax View Post
    Speed isn't everything. It has to work perfectly. I dont mind speed too much. I mind QUALITY.
    this is a help forum not a debate... =/
    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.

  5. #5
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by checkuberhax View Post
    Speed isn't everything. It has to work perfectly. I dont mind speed too much. I mind QUALITY.

    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.
    Hup Holland Hup!

  6. #6
    Join Date
    May 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this could be more helpful if you added a section on the deposit and withdraw procedure

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RS update clogging banks?
    By Metagen in forum RS has been updated.
    Replies: 4
    Last Post: 10-28-2007, 09:30 AM
  2. Oaklicious (cuts oak and banks)
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 10-16-2007, 09:23 PM
  3. Army Banks?
    By Ejjman in forum News and General
    Replies: 15
    Last Post: 04-16-2007, 09:43 PM
  4. probs with banks
    By macromacro123 in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 07:34 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
  •