Results 1 to 10 of 10

Thread: Private server walking

  1. #1
    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default Private server walking

    Whats the best method for walking on private server? The server is 2006 based and I have no idea how to do the walking efficiently. Can someone give some tips?

    I don't know if this is in the right section

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    If there are objects on the minimap (trees, rocks, ect) then you can make a DTM of them and then use FindDTMRotated to walk to them.

  3. #3
    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    If there are objects on the minimap (trees, rocks, ect) then you can make a DTM of them and then use FindDTMRotated to walk to them.
    I'm trying to make my char walk to the flax field so I don't know if that would work

  4. #4
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Like BMWxi I'd suggest to read the DTM Walking tutorial. Should work.
    07Scripter
    I mostly write private scripts

  5. #5
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    If there are objects on the minimap (trees, rocks, ect) then you can make a DTM of them and then use FindDTMRotated to walk to them.
    I have used that it's extremly inaccurate and VERY buggy. Has to be re-done very often to work again

  6. #6
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    learn java and use injection/reflection to hook tiles!

  7. #7
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    learn java and use injection/reflection to hook tiles!

    Agreed, this would be 10000000000000000000000000000000000x easier

  8. #8
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    A few other methods: You could create custom SPS maps for use with the private server. It's possible, but I don't know what all exactly is involved. Another option might be to take the Object DTM Include, modify the object records with colors and tolerances for the objects on your private server's mini-map, and then use the generation tool to make paths.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  9. #9
    Join Date
    Dec 2012
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    learn java and use injection/reflection to hook tiles!
    Could you elaborate or link some tutorials?

    SPS does not work on project so don't bother making a custom map.

  10. #10
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by euphemism View Post
    A few other methods: You could create custom SPS maps for use with the private server. It's possible, but I don't know what all exactly is involved.
    Personally I would do the custom SPS map here are some tuts:
    http://villavu.com/forum/showthread.php?t=84360

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
  •