Results 1 to 12 of 12

Thread: Best type of walking?

  1. #1
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default Best type of walking?

    Ok, I have been reading tuts on walking. I know about RadialWalk and walking with DDTM's. But for what I want to do, it seems I can't do those. What I want to do is when I'm at the Range Guild and I want to walk from the Minigame to the Traders that trade the rune arrows and such. I can't use RW because there isn't a color that I can use on the MM to set for it to look for. With the DDTM walking, doesn't it have to be on the path to work? Or is it just a create a path? I'm still reading and trying my best to learn these techniques, so please don't flame that I'm not trying. So which one would be the best one to use for my scenario? Any help is greatly appreciated!

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  2. #2
    Join Date
    Dec 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what about findcolortolerance? wouldnt that work or findsymbol if there is a symbol i dont no

  3. #3
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    ok... ddtms could work... are there any colors that stick out on the minimap, you should post the picture of it and i will try to help... do not do blind clicks... they suck!

  4. #4
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Yeah, here you go. My photobucket isn't working for some reason so I have to use ImageShack



    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #5
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by Camo Kyle View Post
    Yeah, here you go. My photobucket isn't working for some reason so I have to use ImageShack



    ~Camo
    Where on that picture are you trying to walk to?

  6. #6
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  7. #7
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Oh, sorry for not clarifying. I want to walk from one pink dot then back.

    I would like it to use the MM, but I need to use the MS then I will do that. Thanks for the replies.

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  8. #8
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camo Kyle View Post
    Oh, sorry for not clarifying. I want to walk from one pink dot then back.

    I would like it to use the MM, but I need to use the MS then I will do that. Thanks for the replies.

    ~Camo
    autocolorthis would work and then findsymbol for a failsafe.

  9. #9
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    K thanks, I will try that.

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  10. #10
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    I would suggest that you make a DTM of the white walls.

    Just make sure you make the mainpoint where you actually would like to click, put in 255 tolerance for the mainpoint. And, make the subpoints, and make sure all the subpoints have 30 tolerance and areasize set to 3.

  11. #11
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    I would suggest that you make a DTM of the white walls.

    Just make sure you make the mainpoint where you actually would like to click, put in 255 tolerance for the mainpoint. And, make the subpoints, and make sure all the subpoints have 30 tolerance and areasize set to 3.
    Ah dang, I thought I was gonna be the first to suggest it. Also you could autocolor that middle ladder too and use that as a reference point too. Make sure you autocolor the white walls (or at least I would).

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  12. #12
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    K thanks! Right now I got it working with the store floor and a narrow RadialWalk in that direction, it works fairly well. I was thinking about that ladder but I couldn't get it working for some reason(it was 3am tho) so I might try that again tonight. Thanks for all the help!

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Type Mismatch?
    By Runaway in forum OSR Help
    Replies: 5
    Last Post: 03-09-2009, 07:30 AM
  2. Type Mismatch :(
    By skilld u in forum OSR Help
    Replies: 17
    Last Post: 04-10-2008, 12:53 PM
  3. how do you type enter
    By del_signo in forum OSR Help
    Replies: 4
    Last Post: 03-01-2007, 01:33 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
  •