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 menu overlaying target entity

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
When an interaction menu is open, but the target interactable is not part of its actions (because of a prior missclick for example), the bot will not close the menu. It will try to interact with the entity through the menu which will not succeed.

It shouldn't be hard to sneak in a failsafe in the interaction method.

Edit: @Party we talked about this earlier I think
 
Client Developer
Joined
Oct 12, 2015
Messages
3,781
@Cloud I believe this is caused by the target entity being hidden behind the menu, so when Clouse hovers the entity it is still in the menu and the action/entity will never truly be hovered.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
@Cloud I believe this is caused by the target entity being hidden behind the menu, so when Clouse hovers the entity it is still in the menu and the action/entity will never truly be hovered.
Yes exactly this
 
Joined
Aug 23, 2015
Messages
1,970
Happens all the time misclicking large rune pouches. It'll click just outside of the sprite and end up with a menu that only has a cancel option.

Failsafe to fix it is just moving the mouse to a random place a decent distance away. The menu closes when your mouse gets a certain distance away from it's bounds.
 
Top