- Thread Author
- #1
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 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.
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.