Results 1 to 5 of 5

Thread: radial walk problem help plz

  1. #1
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    radial walk problem help plz

    SCAR Code:
    program New;
    {.include srl/srl.scar}
    begin
    RadialRoadWalk (7374222,43,52,39,0,0)
    end.
    how do i get tht to move a further distance i dnt get raidal road walk or radial walk i no tht radial road wlak walks on road colours only but with this it clicks the map next to the player i also no that the two zeros on the end u can change them to different didgets to make them click different sections of the map but it clicks right next to it i want it to move further like with Mouse (x,y,1,1,true) where u want it to go how do i get radial walk to move where i want it to atm its just stuck clicking next to the player =/

    help would be appreciated
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  2. #2
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    maybe instead of 7374222 make it "RoadColor"
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  3. #3
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nope dont work it compiles yes but it doesnt do anything now lol not even clicking next to the player on minimap
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  4. #4
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    begin
      SetUpSrl;
      RoadColor := FindRoadColor;
      //RoadColor := FindVarrockRoadColor;
      //RoadColor := FindFaladorRoadColor;
      RadialRoadWalk (RoadColor,43,52,39,0,0)
    end.

  5. #5
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
     
    begin
      SetUpSrl;
      RoadColor := FindRoadColor;
      //RoadColor := FindVarrockRoadColor;
      //RoadColor := FindFaladorRoadColor;
      RadialRoadWalk (RoadColor,43,52,39,0,0)
    end.
    i have changed the radial didgets yes it gets the road colour but it doesnt move the plyer how do i get it to move if its called radialwalk or radial road wlak its sposed to move the player on minimap right? all this does is get the colours it aint very helpful =/
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Radial Walk.
    By skilld u in forum OSR Help
    Replies: 2
    Last Post: 12-27-2007, 10:57 PM
  2. Radial Walk
    By Jackrawl in forum OSR Help
    Replies: 5
    Last Post: 09-16-2007, 03:34 AM
  3. radial walk problem
    By macromacro123 in forum OSR Help
    Replies: 6
    Last Post: 02-25-2007, 08:27 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
  •