Results 1 to 4 of 4

Thread: Banking help

  1. #1
    Join Date
    Apr 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Banking help

    procedure banking;
    begin
    PerfectNorth2;
    OpenBank3;
    DepositAll;
    loads:= loads + 1
    FixBank;
    Withdraw(2, 1, 0);
    wait(500);
    CloseBank;
    end;


    How could i get this to get flax in the first bank slot?

  2. #2
    Join Date
    Mar 2007
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 1madmonkey View Post
    procedure banking;
    begin
    PerfectNorth2;
    OpenBank3;
    DepositAll;
    loads:= loads + 1
    FixBank;
    Withdraw(2, 1, 0);
    wait(500);
    CloseBank;
    end;


    How could i get this to get flax in the first bank slot?
    This should work:

    SCAR Code:
    procedure banking;
    begin
      PerfectNorth2;
      OpenBank3;
      DepositAll;
      loads:= loads + 1
      FixBank;
      Withdraw(1, 1, 28);
      wait(500);
      CloseBank;
    end;

    Make sure you put the items in the first slot, in the first place in you're bank. So the top left corner.


    Hope that helped Also next time, use scar tags please and fix you're standards please


    -Ashur
    Exam period.

  3. #3
    Join Date
    Apr 2007
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks!

  4. #4
    Join Date
    Mar 2007
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 1madmonkey View Post
    Thanks!
    Np, i'm just trying to help


    -Ashur
    Exam period.

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
  •