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

Resolved Bot stuck with Menu open

Discussion in 'Client & Site Support' started by Baddest Man on Earth, Sep 16, 2015.

  1. Baddest Man on Earth

    Joined:
    Nov 26, 2014
    Messages:
    616
    Likes Received:
    246
    When interacting with a fire GameObject, the bot occasionally right clicks the fire, resulting in the Menu opening. And the bot is stuck there (maybe because the fire is underneath the Menu).

    Code (Text):
    1.  
    2.                     fire.setForcedModel(new int[]{-25, -25, -25}, new int[]{25, -25, 25});
    3.                     if (fire.interact("Use")) {
    4.                         Execution.delayUntil(() -> f5.toolInterface.isOpen(), 2000);
    5.                     }
    6.  
    --- Double Post Merged, Sep 16, 2015, Original Post Date: Sep 16, 2015 ---
    Obligatory:
    @Cloud
     

Share This Page

Loading...