Results 1 to 8 of 8

Thread: Need Help On Radial Walking

  1. #1
    Join Date
    Aug 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need Help On Radial Walking

    Hey, i'm obviously new to SCAR and SRL and i would like some help on writing an effective script for radial walking using a river instead of a road. Could someone please tell me what exactly goes in
    RadialWalk( {THIS PART} , 95, 80, 65, {and THESE PARTS}, {THESE PARTS}); and also what is the difference between the functions RadialWalk and RadialRoadWalk.

    Thx i greatly appreciate any help you can offer.

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    WT-Fakawi and bobbohobbo both made good tutorials describing RadialWalk; and RadialRoadWalk; in the Intermediate Tutorials forum. They're a great starting place to learn how to RadialWalk.
    :-)

  3. #3
    Join Date
    Aug 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Lol

    lol, it seems that i don't even have permission to access those posts...

  4. #4
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Oh right, that's because you don't have 10 posts / Been here for a week. I'll explain it then (I'm still new to RadialWalk; too, so I'll go by what the tutorial says.

    The first part is the color you're looking to click on. Those last two parts are the Xmod and Ymod, which will determine which way the script moves until it finds that color. If you used 1,1 the script would move towards the lower right corner until it found the color. RadialRoadWalk works if you're trying to navigate, say, up to Varrock from Lumbridge and wanted to make sure your character stays on the road and doesn't deviate from the path. It's also useful because the ground color on the minimap changes constantly.

    I hope that wasn't too confusing and that I summed that up decently. Good luck on your walking procedure.
    :-)

  5. #5
    Join Date
    Aug 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default thx, but...

    Thanks a ton, however i still do not exactly understand the modx, mody. What would you have to enter to have it search in the middle right of the RS compass?

  6. #6
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    The 3 numbers in the middle (StartRadial, EndRadial, Radius) provide the necessary information for you to tell the script where to find the color. Imagine a circle and pick the necessary degrees with the radius in order to search for that color in the right spot.

    To search in the middle right, you could use RadialWalk(TheColor, 0, 90, 70, 1, 1);. That would search for your color (TheColor) starting at the top and going to 90 degrees on the right. 70 is how far you want it to extend from the middle of the angle, which can range from 20 to 72 I believe.
    :-)

  7. #7
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by willie.long View Post
    Thanks a ton, however i still do not exactly understand the modx, mody. What would you have to enter to have it search in the middle right of the RS compass?
    modx and mody are random cords i belive, i just put a number between 1-5 and it works just fine

  8. #8
    Join Date
    Aug 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Coolio

    Hey thanks guys,

    I got the radial walk working! hopefully i can finish my script soon.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Radial Walking
    By knassyl in forum OSR Help
    Replies: 3
    Last Post: 10-22-2007, 12:00 PM
  2. Radial Walking Help
    By Becks in forum OSR Help
    Replies: 2
    Last Post: 10-19-2007, 12:24 AM
  3. radial walking aid
    By Vap0ur in forum OSR Help
    Replies: 4
    Last Post: 10-15-2007, 12:41 AM
  4. need some help with radial walking
    By randomness6 in forum OSR Help
    Replies: 6
    Last Post: 07-10-2007, 08:38 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
  •