Results 1 to 2 of 2

Thread: WalkToBank Procedure :s

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

    WalkToBank Procedure :s

    Im am working on a Varrock yew cutter and banker but my problem is that when my inventory is full and its suposed to come back its not 100%:s I tried many things but nothing worked, after 2 times it doenst find the bank anymore.


    My script cuts the yew above varrock east bank.

    Can someone give me tips for a good walkbak procedure?? It would be a great help.


    This is my walkback procedure.

    SCAR Code:
    Procedure Bank;
    begin
    ROAD :=FindVarrockRoadColor;
    RadialRoadWalk(ROAD, 180, 195, 60, 2, 2);
    FTWait(5);
    Flag;
    Wait(84+random(9));

    ROAD :=FindVarrockRoadColor;
    RadialRoadWalk(ROAD, 180, 230, 70, 2, 2);
    FTWait(5);
    Flag;
    Wait(100+random(9));

    ROAD :=FindVarrockRoadColor;
    RadialRoadWalk(ROAD, 130, 180, 70, 2, 2);
    FTWait(5);
    Flag;
    Wait(84+random(9));

    FindBank('veb')
    end;

  2. #2
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Use RadialWalk, with FindVarrockRoadColor, until you find a rotated DTM of the bankers.

    May be hard to understand, but I should mean it works. Else, just use coordinates in the minimap.

    -Knives

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with run procedure
    By MetalancA in forum OSR Help
    Replies: 2
    Last Post: 08-30-2008, 08:19 PM
  2. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  3. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  4. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 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
  •