Results 1 to 8 of 8

Thread: I need help walking

  1. #1
    Join Date
    Sep 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Unhappy I need help walking

    Hello, I need to walk from the centre of falador to the west bank, however I can't seem to reliably achieve it.

    I tried DDTMS - didnt work well
    Trying to do it with TPA's (any guidance here would be great)
    Radial Walk Seemed really inaccurate considering when I enter falador my character start of in a different place each time.




    Any suggestions? :S

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

    Default

    reflection

  3. #3
    Join Date
    Sep 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    No idea how to even begin using that. :S

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

    Default

    Quote Originally Posted by Cage View Post
    No idea how to even begin using that. :S
    you can use blindwalk(tpoint); i use -> blindwalk(point(x+randomrange(-3, 3), y+randomrange(-3, 3)));

    are you can use walkpath([array of tpoints...]);

    do you have the minireflection include?

  5. #5
    Join Date
    Sep 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    yes i do. How do i get my points though? the coords from the color picker are not accurate to the client are they?

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Cage View Post
    yes i do. How do i get my points though? the coords from the color picker are not accurate to the client are they?
    U get them ingame by manually debugging.

    Stand on the tile where u want to walk and use: Writeln('Point' + ToStr(R_GetTileGlobal));

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Cage View Post
    yes i do. How do i get my points though? the coords from the color picker are not accurate to the client are they?
    if you include the minireflection include you can just do this

    ourlocation;

  8. #8
    Join Date
    Sep 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Thanks a bunch for both of you guys help. I managed to get the walking working!

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
  •