Results 1 to 5 of 5

Thread: Radial walking problem

  1. #1
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Radial walking problem

    When I radialwalk to a point I always set the xmod and/or mod above 0. So when I radialwalk to point A I don't click on the same point. For a example:
    -xmod, ymod: 1
    -point A is on the coordinate: (774, 244)
    But cuz of the x- and ymod --> X-cord: 773, 774, 775
    Y-cord: 243, 244, 245
    So lets say I walked to 775, 245(not 774, 244 cuz of the x- and ymod)
    After that I wanna walk to 998, 550(this is an example) it probably goes allright cuz when I walked to point A the coords only changed like 1/2 pixels. But now if I wanna go to point C it failes. Because the coordinates changed on point A and on point B and then if I wanna radialwalk to C it changed to much to find the (road)color im looking for. How do you ppl solve this? Or do you use something else? Help appreciated

  2. #2
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've never had that problem(I've walked from Wizard Castle to Varrok)...Do you use RadialRoadWalk or RadialWalk? And do you use auto-coloring for them? Because the transition from point B to C might require loading, which would change the mini-map colors.
    On vacation from July 2nd till middle of August


    Account Creator and Tutorial Island Runner (member | public) Errors fixed


    Check out my Complete forms tutorial. It will teach you everything you need to know about forms.

  3. #3
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    That's why Radial(Road)Walk scans for the color. Just set your radials a bit wider.

    BTW: X and Ymod aren't for the randomness of pixels. It's when it clicks but doesn't find the flag, it will click the point + X and Ymod. Just as long till it finds the flag.
    Hup Holland Hup!

  4. #4
    Join Date
    Apr 2007
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tim46 View Post
    I've never had that problem(I've walked from Wizard Castle to Varrok)...Do you use RadialRoadWalk or RadialWalk? And do you use auto-coloring for them? Because the transition from point B to C might require loading, which would change the mini-map colors.
    I use autocoloring and whats the difference between radialroadwalk and radialwalk?:
    SCAR Code:
    RadialWalk(FindRoadColor, 1, 1, 1, 1, 1);
    and
    SCAR Code:
    RadialRoadWalk(FindRoadColor, 1, 1, 1, 1, 1);
    Whats the difference?
    BTW The loading thing doesn't matter my only problem is that after some changes of the coords because of xmod and ymod, radialwalking doesn't works properly cuz it's on a other coord than when I tested it.(Cuz of the x- and ymod)

  5. #5
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    It also can be because your compass isn't the exact angle as when you made it.
    Just try to wide your radials, make it scan a bit further.
    Hup Holland Hup!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Radial walking aid?
    By Dumpin in forum News and General
    Replies: 4
    Last Post: 10-28-2007, 10:06 PM
  2. Radial Walking
    By knassyl in forum OSR Help
    Replies: 3
    Last Post: 10-22-2007, 12:00 PM
  3. radial walking
    By corl455 in forum OSR Help
    Replies: 2
    Last Post: 10-20-2007, 06:49 AM
  4. need help with radial walking
    By scarscaper4life in forum OSR Help
    Replies: 7
    Last Post: 06-07-2007, 06: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
  •