Results 1 to 6 of 6

Thread: Best way to make a banker?

  1. #1
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Best way to make a banker?

    hey people i am thinking of making my very first edgeville yewcutter and i was wondering what is the best way to make a banker... if anyone could help i would really appreciate it and can u pls give am example? thx!!

  2. #2
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    something like this, just change the dtm it searches for and the uptext, if u need help i can help u out just pm me
    SCAR Code:
    procedure BankBars;
    var
      Bar, time: Integer;
    begin
      Bar := DTMFromString('78DA63946660601062400113DBDB19B880342' +
        '310FF0702460520839B010D302291401A648E0C01353C40429880' +
        '1A652021825F0D00B24D0699');

      MarkTime(time);
      repeat
        if (not (Loggedin)) then break;
        OpenBankQuiet('feb')
      until (BankScreen or (TimeFromMark(time) > 120000));
      if Bankscreen then
         else exit;
      begin
        IsUpText('Bar')
        Deposit(2, 3, 2);
        CloseBank;
        loads := l + 1;
        AntiRandoms;
        ReportVars[0] := ReportVars[0] + 1;
        SRLRandomsReport;
      end;
      FreeDTM(Bar);
    end;



  3. #3
    Join Date
    Nov 2007
    Location
    Poland
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can make DDTM walking procedure

    SCAR Code:
    Procedure OpenBank;
    Var
      MyTemporaryColor, i: Integer;
    Begin
      If Not LoggedIn Then Exit;
      OpenBankFast('eb');
      Repeat
          MyTemporaryColor := GetColor(490, 76);  // this color is always thesame
      Until (MyTemporaryColor = 3358280);
      If PinScreen Then
      If Not InPin(Players[CurrentPlayer].Strings[0]) Then
      Begin
        Writeln('Wrong pin. Logging Out.');
        Wait(900 + Random(500));
        CloseBank;
        Players[CurrentPlayer].Active := False;
        Players[CurrentPlayer].Loc := 'Wrong PIN';
        LogOut;
        Exit;
      End;
      For I := 1 To 28 Do                    // storing procedure
      Begin
        If ExistsItem(I) Then
        Begin
          MouseItem(I, False);
          Wait(RandomRange(400, 500));
          ChooseOption('All');
          Wait(1200 + Random(500));
        End;
      End;
     End;

  4. #4
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey thx guys and i think i will pm u bonfield if i ever need help

  5. #5
    Join Date
    Apr 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks =[)

  6. #6
    Join Date
    Nov 2007
    Location
    Poland
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by martyn279 View Post
    thanks =[)
    Why are you thanking ?? It's not your theard.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I make a BANKER??
    By Press Play in forum OSR Help
    Replies: 8
    Last Post: 04-19-2008, 02:11 PM
  2. Banker banned.. you think this appeal will make it?
    By Nebuli in forum RuneScape News and General
    Replies: 10
    Last Post: 01-05-2008, 02:06 PM
  3. Can someone make Mithril ore miner & banker
    By Ilm1 in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 09-29-2007, 10:26 PM
  4. Someone should make this oak banker
    By WoodMan in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 07-28-2007, 10:49 PM
  5. can some 1 make me a willow cutter/banker that works
    By tikidrone in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 07-06-2007, 11:52 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
  •