Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Interaction and Traversal

Joined
Sep 22, 2015
Messages
1,610
Whenever a bot tries to interact with some object, and it accidently clicks right button, and the menu is hovering the object, it keeps getting stuck, won't close the menu.

And for traversal it would be nice to implement closing bank whenever you're trying to walk. For instance, it gets bugged when you play rs3, and you're using a web path. It will want to use lodestone while bank is open and hovering H icon on the map. So it'll keep hovering/clicking it.

@Party @Cloud
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Adding from Slack:

It's because it "hovers" the entity when it's behind an open menu

To fix this we should check if the entity is within an open menu's bounds when hovering and making corrections accordingly.
 
Top