- Joined
- Jul 17, 2015
- Messages
- 24
- Thread Author
- #1
I am having issues not just with my own bots but with a lot of the bots where if the mouse just happens to be over an object named the same it will just click it instead of actually moving to the closets one. For example I am chopping Everfree trees and it will select a tree to chop and move the mouse up. But it will happen to hover over a tree thats far away but since the name + interaction match it will just click instead of moving to a closer tree. Adding an Object.hover() does not help fix that either.
I have noticed a lot of scripts that have issues with this behavior. Alpha Agility where it will get stuck on the tight rope because the mouse is hovering over the wrong side, or when you climb over the fence it will just happen to be over the pipe so it will attempt to use the pipe on the wrong side.
There is also an issue with the honeycomb picking because the camera will angle and then the mouse just starts picking whatever the mouse happens to be on.
In my script I ended up having to make it move the mouse before it clicks everytime so that it would actually move to the correct tree everytime because it was just running all over the place.
I have noticed a lot of scripts that have issues with this behavior. Alpha Agility where it will get stuck on the tight rope because the mouse is hovering over the wrong side, or when you climb over the fence it will just happen to be over the pipe so it will attempt to use the pipe on the wrong side.
There is also an issue with the honeycomb picking because the camera will angle and then the mouse just starts picking whatever the mouse happens to be on.
In my script I ended up having to make it move the mouse before it clicks everytime so that it would actually move to the correct tree everytime because it was just running all over the place.