Results 1 to 5 of 5

Thread: Banking procedeure on mage cutter

  1. #1
    Join Date
    Feb 2008
    Location
    In a cave
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Banking procedeure on mage cutter

    Could anyone help me with a banking procedeure for magic logs, im stuck. and i feel stupid


    Thanks,
    Bobo the clown
    http://www.fenjer.com/adnan/SRL//15/magic%20blazer.pngHe who stands on the toilet, is high on pot.

    If your happy and you know it, drink a beer.

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if this is your first script, start with something easiest, an autotalker is the most basic, then you should start making power skiller scripts, then bankers or else it will so hard enough for you.


  3. #3
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Goto YoHoJo's DTM tut then do this

    SCAR Code:
    procedure Banking;var
      x, y, LogDTM : integer;
    begin
      OpenBankGlass('veb', False, False); // not the best but it works with most  banks
      LogDTM := DTMFromString('oOoo');
      if(FindDTM(Log, x, y, MIX1, MIY2, MIX2, MIY2, other params, are my coords right?)then
      begin
        Mouse(x-2, y-2, 4, 4, False);
        if(not(ChooseOption('ll'))then
        begin
          Mouse(x, y, 0, 0, False);
          ChooseOption('ll');
        end;
      end;
      FreeDTM('LogDTM');
    end;
    I would add Waits

  4. #4
    Join Date
    Feb 2008
    Location
    In a cave
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by KoKouKo View Post
    Goto YoHoJo's DTM tut then do this


    ScarScript:By Drunkenoldma
    </p><p>procedure Banking;var</p><p> x, y, LogDTM : integer;</p><p>begin</p><p> OpenBankGlass('veb', False, False); // not the best but it works with most banks</p><p> LogDTM := DTMFromString('oOoo');</p><p> if(FindDTM(Log, x, y, MIX1, MIY2, MIX2, MIY2, other params, are my coords right?)then</p><p> begin </p><p> Mouse(x-2, y-2, 4, 4, False);</p><p> if(not(ChooseOption('ll'))then</p><p> begin</p><p> Mouse(x, y, 0, 0, False);</p><p> ChooseOption('ll');</p><p> end;</p><p> end;</p><p> FreeDTM('LogDTM');</p><p>end;</p><p>


    I would add Waits
    Thanks bro=]h):
    http://www.fenjer.com/adnan/SRL//15/magic%20blazer.pngHe who stands on the toilet, is high on pot.

    If your happy and you know it, drink a beer.

  5. #5
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    But... to make it easier. put..


    SCAR Code:
    OpenBankQuiet('feb');

    Feb is an abbreation of Falador East Bank. Same with all the other banks.

    Varrock East Bank = veb
    Varrock West bank = vwb
    Draynor = db
    ect..


    Someone: 'Who the hell is TooManySitUps?'

    Boreas: 'Switch the first and last letter of my name, what do you get?'

    Someone: 'Um, SoreAb?'

    Boreas: 'And how do you get that?'

    Someone: 'From Too Many Sit Ups!! Haha, Boreas you are so clever!'

    Boreas: 'Ya he's like my evil twin that takes over when I'm being really sarcastic, or playing devil's advocate.'

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
    By Zeta in forum OSR Help
    Replies: 11
    Last Post: 10-14-2007, 03:27 PM
  3. Banking
    By Jackrawl in forum OSR Help
    Replies: 9
    Last Post: 10-12-2007, 09:20 PM
  4. Looking for a mage cutter/banker
    By prior in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 05-13-2007, 05:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •