Results 1 to 2 of 2

Thread: Point function

  1. #1
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Point function

    So I am trying to use someone elses script to learn how to make my own (basically, taking thier script and editing it to do other things). In the script it has a line that says
    Code:
     WalkToMine := [Point(4576, 2889), Point(4576, 2900), Point(4576, 2915), Point(4576, 2931), Point(4564, 2931), Point(4553, 2935), Point(4539, 2936), Point(4524, 2933), Point(4514, 2937), Point(4501, 2946), Point(4491, 2955), Point(4489, 2963), Point(4478, 2971), Point(4469, 2975), Point(4458, 2981), Point(4444, 2986), Point(4434, 2984), Point(4424, 2984), Point(4409, 2984), Point(4392, 2985), Point(4377, 2986), Point(4362, 2988), Point(4350, 2992), Point(4335, 2992), Point(4321, 2985), Point(4310, 2977), Point(4297, 2971), Point(4280, 2968), Point(4273, 2969), Point(4235, 2969), Point(4235, 2981), Point(4230, 2990), Point(4224, 2999), Point(4217, 3013), Point(4211, 3024), Point(4203, 3036), Point(4192, 3046), Point(4182, 3054), Point(4165, 3056)];
    Anyway, this line makes it walk from the mine to the bank. I am trying to make my script walk from a dungeon to a bank so I want to know how I can find out the coordinates for the path I want instead of this path.

  2. #2
    Join Date
    Nov 2011
    Location
    Jozi, South Africa
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have a look here. There's a lot of information, but work through it and ask any questions you want.

    http://villavu.com/forum/showthread.php?p=925394

    The post you need to focus on is this one ...

    http://villavu.com/forum/showthread.php?p=925433
    Last edited by NickMystre; 02-11-2012 at 09:13 PM.
    Ciao
    NM

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
  •