Results 1 to 2 of 2

Thread: radial walking(varrok yew cutter)

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    radial walking(varrok yew cutter)

    hi im trying to do radial walk for the guy to find varrok road color and to click and go walk to yew. this is my procedure but it doesnt work:

    var VarrokColor: integer;
    FindVarrokRoadColor: integer;
    Players: integer;
    RadialRoadWalk: integer;

    Procedure ToYew;
    Var i:integer;
    Begin
    VarrokColor:=FindVarrokRoadColor
    RadialRoadWalk(VarrokRoadColor, 321,681,71,1,1);
    SetRun(True);
    end;
    begin
    VarrokColor:=FindVarrokRoadColor
    Players[CurrentPlayer].Loc := 'ToYew';
    RadialRoadWalk(VarrokRoadColor,0,360,66,1, 1);
    end;
    begin
    VarrokColor:=FindVarrokRoadColor
    Players[CurrentPlayer].Loc := 'ToYew';
    RadialRoadWalk(VarrokRoadColor,0,360,66,1, 1);
    end;
    FindRoadColor;
    Mouse(x,y,10,10,true)
    Flag;
    FindSymbol(x, y, 'Tree');
    Mouse(x, y, 6, 6, true);
    Flag;
    Players[CurrentPlayer].Loc := 'Mine';
    End;

    it says:

    (line10):type mismatch

    wat is this supposed to mean?

    Can anyone fix this for me?

  2. #2
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    RadialRoadWalk(VarrokRoadColor, 321,681,71,1,1);

    =

    SCAR Code:
    RadialRoadWalk(VarrokColor, 321,681,71,1,1);

    Join the fastest growing merchanting clan on the the net!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. varrok castle yew cutter
    By poolikemax in forum RS3 Outdated / Broken Scripts
    Replies: 21
    Last Post: 01-26-2009, 01:47 AM
  2. JuKKa's Yew Cutter Varrok
    By JuKKa in forum RS3 Outdated / Broken Scripts
    Replies: 111
    Last Post: 08-17-2007, 07:30 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
  •