Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Closing the Report Interface osrs.

Joined
Oct 1, 2015
Messages
39
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!
 
Last edited:
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
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.
 
Top