Results 1 to 16 of 16

Thread: Help with walking

  1. #1
    Join Date
    Jan 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Help with walking

    Ok. I need help with walking. I think what I need is RadialWalk();
    I have read the tutorials but still don't understand.

    I need my bot to follow the path in the following image.





    Please, if you are going to give a solution, give an explanation too.

  2. #2
    Join Date
    Jan 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have tried to use RadialWalk();

    It seems to clip in a random spot. I don't know how to use it properly.

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    post what you had, ill tell you what you did wrong

    also, use RadialRoadWalk for this

    your color can be FindRoadColor

    SCAR Code:
    RadialRoadWalk(FindRoadColor...);
    Project: Welcome To Rainbow

  4. #4
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    download the attachement.

    it's yakman's walk aider. one of my favourite and most used tools.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #5
    Join Date
    Jan 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I still don't get it

  6. #6
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    RadialRoadWalk(yourroadcolor, 12, 100, 65, -1, 0); <- should get u up there.

    degrees (^ = 12 degrees)

    Learn How use Radial walk here!
    I do visit every 2-6 months

  7. #7
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    RadialRoadWalk(FindRoadColor, 12, 100, 65, -1, 0);
    Project: Welcome To Rainbow

  8. #8
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    or you could use reflection walking

  9. #9
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    haha @ 99
    Project: Welcome To Rainbow

  10. #10
    Join Date
    Jan 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  11. #11
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    ok lets start...

    Code:
    RadialRoadWalk(findroadcolor, 0, 90,
    findroadcolor is the color your going to pick

    the 0, and 90, starts to search from North to East Like this



    well we still don't have the radius

    Code:
    RadialRoadWalk(radialroadwalk, 0, 90, 65, 1, 1);
    the 65 is the radius, whats radius?

    Radius: The distance in pixels from the minimap centre it will start searching from.

    as you can see i made this
    Code:
    , 1, 1);
    thats the xmod and ymod, now whats xmod and ymod?

    Xmod: The distance on the X axis the mouse will move every time the function tries to click but the flag doesn’t appear. (MouseFindNoFlag). So if it finds the colour and clicks but the flag doesn’t appear (can’t reach it), it will move the mouse Xmod units along the X axis until the flag appears. (negative is left, postive is right).

    Ymod: Same with Xmod except along the Y axis. (negative for up, positive for down).

    ~ Tickyy
    Hi

  12. #12
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Tickyy View Post
    ok lets start...

    Code:
    RadialRoadWalk(findroadcolor, 0, 90,
    findroadcolor is the color your going to pick

    the 0, and 90, starts to search from North to East Like this



    well we still don't have the radius

    Code:
    RadialRoadWalk(radialroadwalk, 0, 90, 65, 1, 1);
    the 65 is the radius, whats radius?

    Radius: The distance in pixels from the minimap centre it will start searching from.

    as you can see i made this
    Code:
    , 1, 1);
    thats the xmod and ymod, now whats xmod and ymod?

    Xmod: The distance on the X axis the mouse will move every time the function tries to click but the flag doesn’t appear. (MouseFindNoFlag). So if it finds the colour and clicks but the flag doesn’t appear (can’t reach it), it will move the mouse Xmod units along the X axis until the flag appears. (negative is left, postive is right).

    Ymod: Same with Xmod except along the Y axis. (negative for up, positive for down).

    ~ Tickyy
    Very good explanation (although I knew it). Rep'd!
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  13. #13
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rep for tickky, good tut for him
    Project: Welcome To Rainbow

  14. #14
    Join Date
    Jan 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks Ticky. Rep ++

    I am to try out RadialRoadWalk(radialroadwalk, 0, 90, 65, 1, 1);

    I think I understand it all now.

  15. #15
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tickyy you legend, 3 reps in one thread... THAT ISNT EVEN YOURS
    congratz
    Project: Welcome To Rainbow

  16. #16
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    lolol... thats funny

    Well i tried to help

    in advice Tickyy
    Hi

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. walking help?
    By Rubix in forum OSR Help
    Replies: 0
    Last Post: 07-15-2008, 02:35 AM
  2. Walking
    By imskate182 in forum OSR Help
    Replies: 4
    Last Post: 12-20-2007, 05:18 AM
  3. Map walking
    By boberman in forum OSR Help
    Replies: 1
    Last Post: 12-06-2007, 12:48 AM
  4. help with walking
    By Jake_453 in forum OSR Help
    Replies: 7
    Last Post: 05-15-2007, 12:49 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
  •