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

Question Closing the Report Interface osrs.

Discussion in 'Developer Support' started by pkingd3vil, Nov 7, 2015.

  1. pkingd3vil

    Joined:
    Oct 1, 2015
    Messages:
    39
    Likes Received:
    5
    So I can get the bot to see and interact with this interface component when it pops up.
    Gyazo - 611afc8bdaeea953f2b68458696407b9.png

    Although there is nothing for the X button for text. I do have the numbers such as InterfaceComponent [553,1,3] how would I interact with this specifically (which is the x button)
    Thanks!
     
    #1 pkingd3vil, Nov 7, 2015
    Last edited: Nov 7, 2015
  2. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    One thing would be looking for the action "Close", I think every close button has this action.
    Or you can look for its texture id and filter it within the window's interface container.

    Edit: Just read that you cant find the button, but I am sure it must be there, otherwise the button simply would not work ingame.
     
  3. pkingd3vil

    Joined:
    Oct 1, 2015
    Messages:
    39
    Likes Received:
    5
    Didn't realize I could look for the action. Thanks!
     

Share This Page

Loading...