- Joined
- Jun 20, 2015
- Messages
- 161
- Thread Author
- #1
I'm trying to walk somewhere right on the edge of the minimap, but RegionPath.step() clicks very close to me on the minimap, about 10 tiles away. It doesn't seem very humanlike and causes me to waste a lot of time. How do I make it so that step() clicks much further away, right at the edge of the minimap if possible?
e: Found this: Question - How to walk efficiently?
It's not clicking on the edge of the minimap though, it's clicking about 1/4 of the way to the edge. It's a totally clear path so it's not because of obstacles or anything. Happens whether I use step(true) or step(false).
e: Found this: Question - How to walk efficiently?
It's not clicking on the edge of the minimap though, it's clicking about 1/4 of the way to the edge. It's a totally clear path so it's not because of obstacles or anything. Happens whether I use step(true) or step(false).
Last edited: