Results 1 to 4 of 4

Thread: Walking Issues

  1. #1
    Join Date
    May 2012
    Location
    Doncaster, UK
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Walking Issues

    In my script, I try walking from the barbarian village to edgeville bank, but for some reason it just stops sometimes halfway through the path, or when its just outside edgeville bank. I've used Path Creator 0.9 to try out several paths, such as

    Simba Code:
    myPath := [Point(4134, 2954), Point(4125, 2951), Point(4123, 2945), Point(4121, 2940), Point(4120, 2939), Point(4120, 2934), Point(4120, 2931), Point(4120, 2927), Point(4119, 2924), Point(4119, 2920), Point(4118, 2916), Point(4118, 2912), Point(4118, 2908), Point(4118, 2903), Point(4118, 2897), Point(4120, 2892), Point(4123, 2889), Point(4123, 2882), Point(4122, 2876), Point(4121, 2874), Point(4121, 2869), Point(4120, 2864), Point(4120, 2859), Point(4121, 2855), Point(4123, 2851), Point(4124, 2847), Point(4124, 2843), Point(4124, 2839), Point(4122, 2835), Point(4121, 2830), Point(4120, 2827), Point(4120, 2820), Point(4120, 2818), Point(4121, 2816), Point(4122, 2812), Point(4124, 2810), Point(4124, 2807), Point(4125, 2804), Point(4124, 2798), Point(4124, 2795), Point(4124, 2791), Point(4126, 2784), Point(4126, 2781), Point(4126, 2778), Point(4126, 2776), Point(4124, 2770), Point(4123, 2766), Point(4123, 2763), Point(4123, 2759), Point(4123, 2757), Point(4121, 2753), Point(4121, 2749), Point(4121, 2748), Point(4122, 2744), Point(4124, 2742), Point(4126, 2737), Point(4126, 2732), Point(4125, 2729), Point(4124, 2726), Point(4123, 2722), Point(4121, 2718), Point(4121, 2714), Point(4122, 2710), Point(4124, 2707), Point(4126, 2703), Point(4126, 2700), Point(4126, 2693), Point(4126, 2693), Point(4125, 2680), Point(4125, 2673), Point(4125, 2670), Point(4129, 2662), Point(4129, 2654), Point(4135, 2649), Point(4138, 2647), Point(4143, 2646), Point(4148, 2644), Point(4153, 2644), Point(4156, 2646), Point(4162, 2649), Point(4170, 2651), Point(4176, 2652), Point(4181, 2657), Point(4183, 2661), Point(4187, 2667), Point(4191, 2672), Point(4195, 2675), Point(4201, 2677), Point(4205, 2680), Point(4208, 2681)];
    I've also tried using paths with fewer points, like
    Simba Code:
    myPath := [Point(4133, 2955), Point(4102, 2913), Point(4108, 2873), Point(4106, 2809), Point(4112, 2750), Point(4121, 2691), Point(4137, 2644), Point(4154, 2650), Point(4206, 2684)];
    Yet nothing appears to be working. Is there a failsafe I can use to make sure I keep walking?
    Current goal: Make my first script

    Clay miner: 70% Completed

  2. #2
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    I had the same issues with Edgeville and the wilderness...

    The problem is outdated SPS maps, so if you make a custom SPS map for your script area, all should be well.

    Heres GOOGLE's thread: http://villavu.com/forum/showthread.php?t=84360

    He offers to make custom maps for ppl too if you have too much trouble.

    Also, you will most likely have to manually collect points by walking and having the script debug your SPS positions rather than using the path creator.
    METAL HEAD FOR LIFE!!!

  3. #3
    Join Date
    May 2012
    Location
    Texas
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gerauchert nailed it. Can't go wrong with a custom SPS Map
    Mostly Inactive, School

  4. #4
    Join Date
    May 2012
    Location
    Doncaster, UK
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, I'll get right on to making my own map this was the only issue with my script, edgeville's just been a big problem altogether for me
    Current goal: Make my first script

    Clay miner: 70% Completed

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
  •