Results 1 to 4 of 4

Thread: need help with bank finding

  1. #1
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help with bank finding

    as far as my skills go this should work when you have the bank in sight and the compass fasing south but for some reason it doesn't can someone please help me out

    SCAR Code:
    function doveb:boolean;
    var banker,i,o :integer;
        bankdots :tpointarray;
    begin
      setarraylength(bankdots,6)
      banker := DTMFromString('78DA63EC676260F06640017FFE30816946289' +
             'F11A4C68B809A3EC2E60000E64B0887');
      FindmmDtm(bankdots[5].x,bankdots[5].y,banker);
      repeat
        if (FindDTM(banker,bankdots[i].x,bankdots[i].y,bankdots[i].x+1,0,749,162)) then
        begin
          if (distance(bankdots[5].x,bankdots[5].y,bankdots[i].x,bankdots[i].y) < 20) then
          begin
            i := i+1;
            writeln('added 1 to i');
          end;
          o := o+1
        end;
      until ((i=4) or (o=5));
      if (i=4) then
      begin
        mouse(bankdots[2].x,bankdots[2].y + 10,3,-3,true)
        result := true;
      end else
      begin
        result := false;
      end;
    end;
    "your always where you supposed to be"

  2. #2
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    well... what happens to the script?

    if it dies out and executes, then im guessing its not detecting your DTMs

    They are sisters...
    Runescape Classic

  3. #3
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why don't you just use OpenBankQuiet? Thats the best bank finder, second best to that would probably be OpenBankGlass. Those work perfectly well for me.

  4. #4
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im outside of the bank its to click on the bank not the bank booth
    "your always where you supposed to be"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding Bank
    By sirlaughsalot in forum OSR Help
    Replies: 47
    Last Post: 05-29-2008, 06:10 PM
  2. Finding the bank
    By sirlaughsalot in forum OSR Help
    Replies: 30
    Last Post: 05-09-2008, 07:48 AM
  3. Bank Finding Help!
    By faster789 in forum OSR Help
    Replies: 20
    Last Post: 04-06-2008, 01:25 AM
  4. help with bank finding
    By zenma in forum OSR Help
    Replies: 4
    Last Post: 09-08-2007, 12:08 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
  •