Results 1 to 16 of 16

Thread: Banking

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

    Default Banking

    Alright well i'll be done my script if i can get it to bank.

    i havent made a script that banks yet, but i know what to do, the part that im stuck on right now is using the proper funciton/procedure to open the bank, and to put in the pin, im pretty sure i can do the rest.

    thanks in advance,
    prince

  2. #2
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    function OpenBank(WhichBank: String, ChangeCompass, ChangeAngle: Boolean): Boolean;

    Valid arguments for WhichBank include:
    '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)

    ChangeCompass is whether or not you want it to change the compass to aid in looking, same for ChangeAngle.
    Temporarily inactive.

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

    Default

    yeah but the bank i want is not either of those, thats why i was asking if there was a diffrent procedure/funciton that could help me. the bank im trying to open is the seer's village one.

    thanks anyways though, i must've not phrased my first post correctly

    yours,
    prince

  4. #4
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can just use FindObj.

  5. #5
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {*******************************************************************************
    function FindObjCustom(var cx, cy: Integer; Text: TStringArray; Color: TIntegerArray;
      Tolerance: Integer): Boolean;
    By: Stupid3ooo and Starblaster100
    Description: Finds Object with custom amount of colors and custom amount of Uptext
    Use: FindObjCustom(x, y, ['att', 'ack'], [123456, 345678], 5)
    *******************************************************************************}

  6. #6
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    or use OpenBankFast('veb'). people have said that works for sears actually

  7. #7
    Join Date
    Jan 2008
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT: GOT IT

    woot woot woot

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    You can use
    SCAR Code:
    if pinscreen then inPin(players[currentplayer].strings[0]);
    for PIN entering. Note: In DeclarePlayers you will need to declare what Strings[0] is, with
    SCAR Code:
    Players[(player number)].Strings[0] := 0000;

    Hope I helped


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Jan 2008
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you did. thank you very much

  10. #10
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Hy71194 View Post
    You can use
    SCAR Code:
    Players[(player number)].Strings[0] := 0000;

    Hope I helped
    it should be:
    SCAR Code:
    Players[(player number)].Strings[0] := '0000';

  11. #11
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Yeah strings generally are for in quotes, although I think you can use integers for PINs, or am I wrong. Correct me if I am

  12. #12
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    you are wrong

  13. #13
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    you are wrong
    Well looks like the learn something new everyday thing is true

  14. #14
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    lol yep

  15. #15
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Well, sorrrryy Foodball (Thanks for correcting me, silly mistake ^^.)


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  16. #16
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    don't spam like me, i don't like that, i can make an dtm for you and learn you how to use them with banks i using one in the like 1000's ban openings it never failed so pm me if you want to
    ~Hermen

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hermpie's banking proc's and Func's makes banking a piece of a cake!
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 13
    Last Post: 06-11-2008, 03:16 PM
  2. Banking help here
    By issamawan in forum OSR Help
    Replies: 5
    Last Post: 06-11-2008, 01:34 PM
  3. Banking help
    By Zeta in forum OSR Help
    Replies: 11
    Last Post: 10-14-2007, 03:27 PM
  4. Banking!!!!!!!
    By Killerbillbo in forum OSR Help
    Replies: 3
    Last Post: 06-09-2007, 05:35 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
  •