Results 1 to 3 of 3

Thread: radial walk help

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

    Default radial walk help

    this is my first time using radial walk and as far as i know this should start me on my path there but all it does is say successfully executed and ends without moving me plz help

    SCAR Code:
    procedure walktothebank;
    begin
    roadcolor := 7500411;
    RadialWalk(roadcolor,0,90,72,-2,2);
    end;

  2. #2
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the roadcolor changes every single time you log onto runescape my friend, you have to use a - GetColor(x,y) command.

    so you'll have to set your account to log in the same place every time, and then say, rotate north, just so it can see the road, in the same exact location every time, then do this..

    RoadColor:= GetColor(x,y);

    x,y obviously = that exact location.



    hope this helped.

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

    Default

    kind of ty anyway but i didn't realize there was something that did it for you i know its easier but isn't that what srl was made for

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. radial walk help plz?
    By dark4mdawn in forum OSR Help
    Replies: 6
    Last Post: 09-03-2007, 07:48 AM
  2. radial walk
    By coolguy14136 in forum OSR Help
    Replies: 3
    Last Post: 03-13-2007, 07:42 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
  •