Results 1 to 4 of 4

Thread: 3rd times a charm

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

    Default 3rd times a charm

    well hopefully this is the 3rd time posting this and if it isn't answered this time well i guess im making a new bank finding procedure anybody that helps me will get a custom made trophy avatar and ill let them have my script when its in beta,the program should basically fins the bank when facing south and click on it but is doesn't please help
    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);
      FindmmDtm(bankdots[i].x,bankdots[i].y,banker);
      repeat
        if (FindDTM(banker,bankdots[i+1].x,bankdots[i+1].y,bankdots[i].x+1,0,749,162)) then
        begin
          if (distance(bankdots[5].x,bankdots[5].y,bankdots[i+1].x,bankdots[i+1].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
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Srl already has several bank opening procedures. If you want to make it look south, than you can write makecompass('S').

  3. #3
    Join Date
    Jul 2007
    Location
    England
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Diabloizzle View Post
    Srl already has several bank opening procedures. If you want to make it look south, than you can write makecompass('S').
    This is true, however I presume he has probably tried the SRL procedures and it didn't work.

    May I ask what bank it is you are trying to open? As knowing which bank it was would help ALOT.

    -Nitro

  4. #4
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    probably Varrok east bank? (thus doveb)
    And really, It doesn't matter much what bank he's @, because all bankers usually look the same... (at least I think so)
    And for if you didn't look in Srl,
    SCAR Code:
    {.include SRL/SRL.scar}
    Begin
      FindBank('veb');//veb for varrok east bank
    End;
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. question about hwo many times u can
    By Mountain Lions Own? in forum Bot Information and Spottings
    Replies: 8
    Last Post: 03-16-2008, 05:34 PM
  2. Charm getter(request)
    By weequ in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 01-24-2008, 10:03 PM
  3. Sad Times Very Sad Times
    By NiCbaZ in forum RuneScape News and General
    Replies: 26
    Last Post: 12-04-2007, 10:29 PM
  4. need some help with times
    By ShowerThoughts in forum OSR Help
    Replies: 4
    Last Post: 08-29-2007, 01:42 PM
  5. Only chops 2 times!?
    By TravisV10 in forum OSR Help
    Replies: 8
    Last Post: 08-27-2007, 10:29 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
  •