1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug Interaction menu overlaying target entity

Discussion in 'Developer Support' started by Savior, Mar 28, 2017.

  1. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    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
     
  2. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    @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.
     
  3. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Yes exactly this
     
  4. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    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.
     
  5. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
  6. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,646
    Likes Received:
    1,337

Share This Page

Loading...