1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug Problemo Walking

Discussion in 'Developer Support' started by torque0, Oct 29, 2015.

  1. torque0

    Joined:
    Oct 18, 2015
    Messages:
    25
    Likes Received:
    3
    So everything is going fine, then i suddenly notice my bot has stopped moving as if it cannot detect the area its standing in, although, when i restart the script bot completely it will continue walking without a problem until the problem crops up again. Any idea what might cause this?

    Also question #2 is even with a slow mouse setting, it seems as though my bot will missclick and actually land itself in areas that arent specified as walking zones. Causing me to create a tonne of 'slip up' areas that can help to put the player back on track, help!? :)

    I am using Bresenham Path walking.

    Also my code is crappy and primative, basically just nested if statements checking if in the area, if so walk to the next kind of thing, if that gives any indication.
     
  2. Twinki

    Joined:
    Sep 30, 2015
    Messages:
    86
    Likes Received:
    9
    @Cloud

    Apparently path generation is having issues overall, there's been people in Dev Chat talking about neither Web Walking or Bresenham is working.
     
  3. torque0

    Joined:
    Oct 18, 2015
    Messages:
    25
    Likes Received:
    3
    Ok thanks I guess it'll get fixed on the back end some time :p
     
    #3 torque0, Oct 30, 2015
    Last edited: Oct 30, 2015
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Bresenham only generates a straight line to the destination, so if there are obstacles or anything then you'll want RegionPath or WebPath instead. We need more info than it stopping walking. Debug the path make sure it's not null, check the destination tile, debug your loop make sure it's not getting stuck somewhere
     

Share This Page

Loading...