Results 1 to 9 of 9

Thread: Karamja Walking

  1. #1
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Karamja Walking

    Hello

    I am trying walk from nature altar to store, and back agian.
    i have tryed:
    Sps - works only when map has the right color, this is hard to use when the minimap changes color all the time.
    I have tryed using custom maps, making smaller width between spots or bigger, it all seems to work, but after a restart of client then it dont work
    MyLoc Postion changes after client restart even when the char is at same spot.

    Dtm - same thing, allmost ever time it goes out of route



    I have done allmost all functions for my nature runecrafting master/slave script.
    Everthing works 99%, need alitte more testing.

    But the walking thing i dont understand how to do.
    Attached Images Attached Images
    Last edited by lasse48; 01-20-2014 at 04:02 PM.

  2. #2
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Well the easiest and by far most accurate is by using reflection... It is kinda cheating in a way though haha.
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  3. #3
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    That doesn't appear to be the fastest route...

    At anyrate, check out DDTM's and NewAutoColor(algorithm to determine minimap object colors{like rocks, trees, etc} based of of one color). The two of them working in tandem provides a flawless and timely walking option. OSRS walking can be flawless and isn't terribly hard.

    good luck

  4. #4
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Elfyyy:
    Got any links for a reflection tutorial? I am unable find one. Thanks



    Footballjds:
    No its not fastest route,
    But if you are low level and running the fast route, if bot gets alitte out of route it can run into tribe man. They will kill you easy

    I have used this guide for DDTM Walking, it works most of the route but not 100%
    http://villavu.com/forum/showthread.php?t=32608

    allready using minimap object its a litte hard when its in a jungle.

    Thanks

  5. #5
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by lasse48 View Post
    Elfyyy:
    Got any links for a reflection tutorial? I am unable find one. Thanks



    Footballjds:
    No its not fastest route,
    But if you are low level and running the fast route, if bot gets alitte out of route it can run into tribe man. They will kill you easy

    I have used this guide for DDTM Walking, it works most of the route but not 100%
    http://villavu.com/forum/showthread.php?t=32608

    allready using minimap object its a litte hard when its in a jungle.

    Thanks
    i'm not talking about minimap object walking. I'm talking about creating custom DDTM's for every step :P may be multiple ones

  6. #6
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    this would work if you use the reflection include

    Simba Code:
    {path from store to ruins} R_WalkPath2([Point(2767 + Randomrange(-1, 1), 3122 + Randomrange(-1, 1)),
          Point(2771 + Randomrange(-1, 1), 3124 + Randomrange(-1, 1)),
          Point(2777 + Randomrange(-1, 1), 3129 + Randomrange(-1, 1)),
          Point(2788 + Randomrange(-1, 1), 3128 + Randomrange(-1, 1)),
          Point(2800 + Randomrange(-1, 1), 3126 + Randomrange(-1, 1)),
          Point(2810 + Randomrange(-1, 1), 3122 + Randomrange(-1, 1)),
          Point(2814 + Randomrange(-1, 1), 3116 + Randomrange(-1, 1)),
          Point(2823 + Randomrange(-1, 1), 3105 + Randomrange(-1, 1)),
          Point(2831 + Randomrange(-1, 1), 3097 + Randomrange(-1, 1)),
          Point(2832 + Randomrange(-1, 1), 3085 + Randomrange(-1, 1)),
          Point(2831 + Randomrange(-1, 1), 3074 + Randomrange(-1, 1)),
          Point(2824 + Randomrange(-1, 1), 3066 + Randomrange(-1, 1)),
          Point(2829 + Randomrange(-1, 1), 3060 + Randomrange(-1, 1)),
          Point(2835 + Randomrange(-1, 1), 3052 + Randomrange(-1, 1)),
          Point(2842 + Randomrange(-1, 1), 3044 + Randomrange(-1, 1)),
          Point(2850 + Randomrange(-1, 1), 3039 + Randomrange(-1, 1)),
          Point(2855 + Randomrange(-1, 1), 3032 + Randomrange(-1, 1)),
          Point(2861 + Randomrange(-1, 1), 3025 + Randomrange(-1, 1)),
          Point(2867 + Randomrange(-1, 1), 3020 + Randomrange(-1, 1))]);  

    {path ruins to shop}
    R_WalkPath2([Point(2867 + Randomrange(-1, 1), 3020 + Randomrange(-1, 1)),
    Point(2861 + Randomrange(-1, 1), 3025 + Randomrange(-1, 1)),
    Point(2855 + Randomrange(-1, 1), 3032 + Randomrange(-1, 1)),
    Point(2850 + Randomrange(-1, 1), 3039 + Randomrange(-1, 1)),
    Point(2842 + Randomrange(-1, 1), 3044 + Randomrange(-1, 1)),
    Point(2835 + Randomrange(-1, 1), 3052 + Randomrange(-1, 1)),
    Point(2829 + Randomrange(-1, 1), 3060 + Randomrange(-1, 1)),
    Point(2824 + Randomrange(-1, 1), 3066 + Randomrange(-1, 1)),
    Point(2831 + Randomrange(-1, 1), 3074 + Randomrange(-1, 1)),
    Point(2832 + Randomrange(-1, 1), 3085 + Randomrange(-1, 1)),
    Point(2831 + Randomrange(-1, 1), 3097 + Randomrange(-1, 1)),
    Point(2823 + Randomrange(-1, 1), 3105 + Randomrange(-1, 1)),
    Point(2814 + Randomrange(-1, 1), 3116 + Randomrange(-1, 1)),
    Point(2810 + Randomrange(-1, 1), 3122 + Randomrange(-1, 1)),
    Point(2800 + Randomrange(-1, 1), 3126 + Randomrange(-1, 1)),
    Point(2788 + Randomrange(-1, 1), 3128 + Randomrange(-1, 1)),
    Point(2777 + Randomrange(-1, 1), 3129 + Randomrange(-1, 1)),
    Point(2771 + Randomrange(-1, 1), 3124 + Randomrange(-1, 1)),
    Point(2767 + Randomrange(-1, 1), 3122 + Randomrange(-1, 1))]);

  7. #7
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    hoodz Thanks so much i am gona try that out.


    I must be bind, just found the reflection thing
    http://villavu.com/forum/showthread.php?t=107479


    Quote Originally Posted by footballjds View Post
    i'm not talking about minimap object walking. I'm talking about creating custom DDTM's for every step :P may be multiple ones
    okai Thanks
    Last edited by lasse48; 01-20-2014 at 06:05 PM.

  8. #8
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by lasse48 View Post
    hoodz Thanks so much i am gona try that out.


    I must be bind, just found the reflection thing
    http://villavu.com/forum/showthread.php?t=107479



    okai Thanks
    if R_WalkPath2 doesnt work try R_WalkPath

  9. #9
    Join Date
    Jul 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Hello Hoodz

    Holy shit Hoodz you are my freaking hero! it works 100%
    I have been trying to get this to work over a week now , omg i am happy thank you!
    Last edited by lasse48; 01-20-2014 at 06:34 PM.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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