Results 1 to 5 of 5

Thread: Walk from varrock to barbian village

  1. #1
    Join Date
    Oct 2006
    Location
    Texas,united states
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Walk from varrock to barbian village

    Will everyone that can help me try to please
    This is my very first scrip. i have always wanted to learn how to so i tried making one. Any help would be greatly appreacted. You can add me to msn krypton48@hotmail.com


    SCAR Code:
    ////This is my first script any help wouldbe appriacted\\\\\
    ////start in varrock west bank first bank slot\\\\\\
                   



    program Auto;
    {.include SRL/SRL.scar}

    procedure DoAntiRandoms;
    begin
       FindTalk;
       FindNormalRandoms;
       if (FindFight = true) then
       begin
       RunAwayDirection('N');
       Wait(10000 + random(2000));
       RunBack;
    end;
    end;
    procedure Walk;
    begin;
       Mouse(592,111,9,7,true);
       wait(9000+random(50));
       Mouse(610,110,5,8,true);
       wait(8000+random(50));
       Mouse(593,107,5,8,true);
       wait(8500+random(50));
       Mouse(585,83,5,8,true);
       wait(8500+random(50));
       Mouse(594,95,4,5,true);
       wait(8500+random(50));
       Mouse(586,91,6,4,true);
       wait(8500+random(50));
       Mouse(582,66,5,5,true);
       wait(8500+random(50));
       Mouse(682,65,5,5,true);
    end;
    Begin;
    setupSRL;
    Repeat
    Walk;
    until(false)
    end.

  2. #2
    Join Date
    Mar 2007
    Posts
    120
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pretty simple lol, I reccomend RadialWalk or RadialRoadWalk.

    Or, since I myself can't even figure out that. you could do somethin like this;

    SCAR Code:
    //This Script walks to Barbarian Village.
    Program New;
    {.include SRL\SRL.scar}
    var
       TheColor : integer;

    Procedure WalkToBarbarianVillage;
    begin
       TheColor :=0;
       if (FindMMColor(x, y, TheColor)) then
          begin
           repeat
             MMouse(x,y,2,2);
             Mouse(x,y,2,2,true);
           until(FindSymbol(x, y, 'mining spot');
          end;
    end;

    Begin;
     WalkToBarbarianVillage;
    End.

    Just hope theres nothing else with the same colour as the road on the mini map!
    Auto Correctly! If I see you autoing with a level 3 account, normal clothes, consider yourself reported. You have been warned!
    Quote Originally Posted by Jagex
    We can (and do) ban them - including using IP bans

  3. #3
    Join Date
    Nov 2006
    Location
    Wisconsin
    Posts
    1,629
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I don't know much about scripting, but i will try to help anyways.

    One thing, why are you walking all the way to varrock when you could just walk to edgeville at about half the distance?


    Quote Originally Posted by Rubix View Post
    Quote Originally Posted by Dan Cardin View Post
    you ought to listen to Mr. Klean...he's magical!
    this.

  4. #4
    Join Date
    Oct 2006
    Location
    Texas,united states
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The reason it walks to babbian village mr klean is because i was going to make a fisher but that would be way to hard for me so i just made a autowalker oh and thanks for the help dudesarus

  5. #5
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    at least make it walk to fally... Maybe have it go from lumby to varock, and lumby to fally, and varock to fally all in one!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. walker from varrock to barbarian village
    By themarkster in forum First Scripts
    Replies: 13
    Last Post: 12-31-2007, 01:46 PM
  2. Village People
    By JuKKa in forum Music, Movies and TV
    Replies: 2
    Last Post: 11-10-2007, 03:13 AM
  3. Village Clown
    By 3Garrett3 in forum News and General
    Replies: 12
    Last Post: 03-25-2007, 02:19 AM
  4. Help with my Lummy Varrock Radial Walk
    By !bezo! in forum OSR Help
    Replies: 11
    Last Post: 03-08-2007, 12: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
  •