Results 1 to 6 of 6

Thread: autowalk lummby to varrok help

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

    Default autowalk lummby to varrok help

    Ok after about 10 trys it made it to varrok i need help with:
    the bridge i set a default color it sometime clicks somewere else not the bridge.

    Past the chicken thing it dosent work that good sometimes starts cliking bakwards???


    start here


    SCAR Code:
    program LummbyToVarrok;
    {.include SRL/SRL.scar}
    Procedure NearQuest;
    Begin
    RadialWalk(FindRoadColor, 354, 367, 56, 0, 1);
    Flag;
    end;

    Procedure NearGeneralStore;
    Begin
    RadialWalk(FindRoadColor, 297, 666, 61, 0, 1);
    Flag;
    end;


    Procedure NearFurnace;
    Begin
    RadialWalk(FindRoadColor, 350, 363, 67, 0, 1);
    Flag;
    End;


    Procedure TheBridge;
    Begin
    RadialWalk(11841, 84, 454, 62, 0, 1);  //Really Faulty
    Flag;
    End;


    Procedure AboveBridge;
    Begin
    RadialWalk(FindRoadColor, 6, 379, 62, 0, 1);
    Flag;
    End;


    Procedure ChickenPlace;
    Begin
    RadialWalk(FindRoadColor, 343, 711, 71, 0, 1);
    Flag;
    End;


    Procedure AboveChicken;
    Begin
    RadialWalk(FindRoadColor, 9, 378, 63, 0, 1);
    Flag;
    End;

    Procedure NearVarrok;
    Begin
    RadialWalk(FindRoadColor, 41, 410, 62, 0, 1);
    Flag;
    End;


    Procedure EnterVarrok;
    Begin
    RadialWalk(FindRoadColor, 52, 428, 58, 0, 1);
    Flag;
    End;


    Procedure PastQuest;
    Begin
    RadialWalk(FindRoadColor, 42, 413, 71, 0, 1);
    Flag;
    End;


    Procedure NearMine;
    Begin
    RadialWalk(FindRoadColor, 43, 412, 62, 0, 1);
    Flag;
    End;


    Procedure MineSymbol;
    Begin
    RadialWalk(FindRoadColor, 43, 412, 62, 0, 1);
    Flag;
    End;

    Procedure PastMine;
    Begin
    RadialWalk(FindRoadColor, 353, 365, 69, 0, 1);
    Flag;
    End;


    Procedure Walls;
    Begin
    RadialWalk(FindRoadColor, 338, 706, 71, 0, 1);
    Flag;
    End;


    Procedure AnotherQuest;
    Begin
    RadialWalk(FindRoadColor, 326, 694, 68, 0, 1);
    Flag;
    End;


    Procedure VarrokGates;
    Begin
    RadialWalk(FindRoadColor, 326, 702, 68, 0, 1);
    Flag;
    End;


    Procedure LastWalk;
    Begin
    RadialWalk(FindRoadColor, 259, 631, 68, 0, 1);
    Flag;
    End;


    Begin
    SetupSRL;
    Repeat
    NearQuest;
    NearGeneralStore;
    NearFurnace;
    TheBridge;
    AboveBridge;
    ChickenPlace;
    AboveChicken;
    NearVarrok;
    EnterVarrok;
    PastQuest;
    NearMine;
    MineSymbol;
    PastMine;
    Walls;
    AnotherQuest;
    VarrokGates;
    LastWalk;
    Until (FindSymbol(x, y, 'Bank'));
    end.

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

    Default

    For the road walking, you should use the RadialRoadWalk, that should work a lot better.

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but the bridge bit

  4. #4
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    FindBridgeColor... Isnt that a command? Like findroadcolor?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #5
    ronny.m.p Guest

    Default

    Hmm..use Fakawi's procedure in his Goblin script to get past the bridge then use radialroadwalk to the chicken coop. If it contiues to mess up there then use a different angle for radialroadwalk.

  6. #6
    ronny.m.p Guest

    Default

    Sorry for double post but my comp wont let me edit the other one..use FFlag instead of Flag;

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Yew Kutter For Varrok
    By PureWoodKutter in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 05-18-2007, 08:37 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
  •