Page 1 of 4 123 ... LastLast
Results 1 to 25 of 90

Thread: [TUT] RadialWalk and RadialRoadWalk [TUT]

  1. #1
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default [TUT] RadialWalk and RadialRoadWalk [TUT]

    Complete RadialWalk and RadialRoadWalk Tutorial

    Last Updated: Sunday 21st of June 2009.

    Chapters
    1. Explaining RadialRoadwalk and RadialWalk (How to use them)
    2. The codes.
    3. Coding! Failsafes and all.


    Chapter 1 - Explaining RadialRoadwalk and RadialWalk (How to use them)

    Firstly open up your Radialwalking Aid. (Should be located in your tools folder in the SCAR directory)

    Play the Radialwalking Aid script by obvisouly pressing the play button . Should look like this:



    Now go on to Runescape and go to a place you want to Radial walk to. Example Ill do Lumbridge bank. (Remember you always got to be facing the same direction *Example North*). Now go back to the Walking Aid then click on "Capture From Client". Now a picture of the MiniMap should be in the middle.



    Now when you move your mouse over the MiniMap picture, a red line appears.
    This is good because now you can start making the radialwalk or RadialRoadwalk. Firstly Click where abouts you want your character to move to.

    Example:


    Now on the left side of your RadialWalking aid you will see this:


    This is the main part. Ok you will have to listen. After you have clicked on the Minimap in The Radial Walking Aid and you see a red line, look for the numbers on the left side.

    Example:


    Now you will see white boxes with 0's under neath that. When you first have clicked put the Radius writing in the Radius of the white box.

    And for the other two boxes that have 0s in them, do this. Fully ignore Radius 2(For the grey part) it will not be useful at all.

    Now for the next 2 boxes. For Radial, click a bit LEFT of where clicked on the minimap before. And when the writing shows up for Radial put those numbers in the white box called "Start Radial".

    Now for the last empty box. Click on the minimap thing on the RIGHT of where you have clciked from last time. Example on my picture(Bellow). WHEN YOU CLICK SHOW PATH Make sure its not a full circle because it might click anywhere!



    Now ill show you how i did them in my pictures bellow


    First picture from the left is the first step the RADIUS.
    Second picture is where the Radial Starts.
    Third picture is of where i want the Radial to end.
    Fourth picture shows where and how the picture looks like and where it will go.(The radius is Most likely where it will click.)

    After you have done everything. Press Print procedure. Then take that menu off by clicking the X on the top right conner.

    Now SCAR will be BIG, Hold down CTRL + T then it should be very small, Now hold down CTRL + B, SCAR should be at its normal size. In the debug box you will see some code.

    Example:
    SCAR Code:
    RadialRoadWalk(RoadColor, 200, 109, 56, {Xmod}, {Ymod});

    Chapter 2 - The codes.
    Ok now when you pressed the Print Procedure button a function comes out. Example like above.

    Now ill explain what it is.

    RadialRoadWalk(RoadColor, 200, 109, 56, {Xmod}, {Ymod});
    RadialRoadWalk - It a radial walk made for the road. Can be RadialWalk.
    RoadColor - It clicks the road colour, look at chapter 4 for other types of autocolours there are.
    Xmod - This is how much you want to mod the X Axis
    Ymod - same thing as above expept with the Y axis.
    The numbers - Dont touch that that is the Radius, The start radial and the end radial, you made that with that tool you used earlier.

    Chapter 3. Coding! Failsafes and all.

    Firstly Get your RadialWalk, I will use this one.

    SCAR Code:
    RadialRoadWalk(RoadColor, 200, 109, 56, {Xmod}, {Ymod});

    Change the Xmod,Ymod to a number you want, what it does it makes is if the X position was 323 and you put the XMod to 20, it will add 20 to the X position thus making it click in a different area.

    Putting the walking together now.
    SCAR Code:
    RadialRoadWalk(RoadColor, 200, 109, 56, 1, 1);

    Fail safes.
    Example 1.

    SCAR Code:
    Function MyFirstWalk:boolean;
    begin
      If RadialRoadWalk(RoadColor, 200, 109, 56, 1, 1) then
      begin
        Writeln('Walking 1 is working fine!');
        Result := true;
        Exit;
      end else
        Writeln(' Walking 1, error finding road using Backup. (Symbol Clicking)');
        If FindSymbol(x,y,'Woodcutting') then
        begin
          Mouse(x,y,1,1,true);
          FFlag(0);
          Writeln('Successfully completed Walking 1.');
          Result := True;
        end else
       Writeln('Walking failed!');
    end;
    This will try to find the RadialWalk but if fails it will try to find the woodcutting symbol, if all fails the script will say the walking has failed.

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

    Default

    very nice well explained 10/10

  3. #3
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet! I'll definitely be using this. I understand Fawki's tut but it doesn't use Yakman's Radial Walking Aid, so it kind of defies the point of easy scripting...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  4. #4
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by rudeboialex View Post
    very nice well explained 10/10
    Thanks, glad you like it.

    By the way i would get peed off if my main got banned.

    Quote Originally Posted by SantaClause View Post
    Sweet! I'll definitely be using this. I understand Fawki's tut but it doesn't use Yakman's Radial Walking Aid, so it kind of defies the point of easy scripting...

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

    Default

    is it just me or do u have to use radial+180(or whatever it is) if i want to go up?...and u went up, and only have 42 and 16...also if i want to go a long distance do u have to do
    SCAR Code:
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  6. #6
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by dan cardin View Post
    is it just me or do u have to use radial+180(or whatever it is) if i want to go up?...and u went up, and only have 42 and 16...also if i want to go a long distance do u have to do
    SCAR Code:
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    Depends what direction your facing.

    If you want to go along distance the same way, ye but make sure your not going to far or something.

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

    Default

    so i could just do
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    and it would keep walking until it didnt find the color in that area anymore? or would i have to do
    SCAR Code:
    repeat
    RadialRoadWalk(FindRoadColor,64,24,24,64,0,0);
    tries:=tries+1
    until tries=4
    radial wlak confuses me
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  8. #8
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    it will only walk once try to repeat it until you find a dtm or bitmap or something like that
    Infractions, reputation, reflection, the dark side of scripting, they are.

  9. #9
    Join Date
    Nov 2006
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so if i was using RadialWalk i would do this?

    RadialWalk({TheColor}, 107, 93, 67, 0, 0);

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

    Default

    no...putting it inside{} makes it non existant...so make it const
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  11. #11
    Join Date
    Jun 2007
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did what ur tut told me to do and it said succesfully compiled and succesfully executed but it didnt actually do any clicking or walking. Whats wrong?

    EDIT: I was in the lumby castle tho

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

    Default

    The fally road color DOES work. Just fill in
    SCAR Code:
    RadialRoadWalk(FindFallyRoadColor, 5, 15, 50, 1, 1)
    So just use FINDFALLYROADCOLOR

  13. #13
    Join Date
    Jun 2007
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i was in lumby castle tho

  14. #14
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    u no what i have just used this tut and it 100% worked for me

  15. #15
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Fearlesssss View Post
    The fally road color DOES work. Just fill in
    SCAR Code:
    RadialRoadWalk(FindFallyRoadColor, 5, 15, 50, 1, 1)
    So just use FINDFALLYROADCOLOR
    O you serious never knew that thanks.

  16. #16
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by dialeyj2 View Post
    i did what ur tut told me to do and it said succesfully compiled and succesfully executed but it didnt actually do any clicking or walking. Whats wrong?

    EDIT: I was in the lumby castle tho

    Ill show you an example i know what uve done

    SCAR Code:
    program Example;
    {.include SRL\SRL.scar}

    Procedure Examp;
    begin
    RadialRoadWalk(FindRoadColor, 5, 16, 48, 0, 0);
    end;
    Begin
    SetUpSRL;
    ActivateClient;
    Examp; // You didnt put the procedure in your main loop.
    end.

    You probly didnt make a main loop thing for the script you made

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

    Default

    I am having the same problem it compiles but it wont click anywhere. I made sure it was in the main loop and so was setup srl.

  18. #18
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

  19. #19
    Join Date
    Apr 2007
    Location
    Adelaide, Australia
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    GREAT TUT! The only thing is, you said
    If your doing a walk not on road do the opposite.
    Now change this Procedure
    With the procedure, what would you do? You only had the procedure of the road one.
    Thanks, Tazzie
    Are YOU into things to do with gaming consoles, glitches, mods or just meeting new people?
    Join Se7ensins and learn how to do the above!
    http://www.fenjer.com/adnan/SRLStats/824.png

  20. #20
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Tazzie 02 View Post
    GREAT TUT! The only thing is, you said

    With the procedure, what would you do? You only had the procedure of the road one.
    Thanks, Tazzie
    O oops ill add that in soon first wanna finish something

  21. #21
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    nice tut, i hope it works for me 2, i'll try it soon =p

  22. #22
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good guide. Verry simple but Verry nice.

    When you read WT-Fawki's Radial walk guide the first time its complicated idd.
    i understand it after reading it 10 time+

  23. #23
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

  24. #24
    Join Date
    May 2007
    Location
    Ohio, USA
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I understand Fakawi's tut, but this helped me learn radialwalk more, . I'm using radialwalk in my first script, a Fally Yew Chopper And Banker.

  25. #25
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    There's just ONE thing I've never understood with radial walking... what's the difference between RadialWalk and RadialRoadWalk?

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RadialWalk / RadialRoadWalk
    By Prince in forum OSR Help
    Replies: 17
    Last Post: 02-12-2008, 09:52 PM
  2. RadialRoadWalk
    By stuckman in forum OSR Help
    Replies: 11
    Last Post: 07-06-2007, 01:58 AM
  3. RadialRoadWalk is.............
    By rkroxpunk in forum OSR Help
    Replies: 21
    Last Post: 03-21-2007, 05:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •