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 Chat box interfaces

Joined
Jun 17, 2015
Messages
19
Hey all, new to scripting.

I'm using the Dev TK and I can't seem to find an easy way to get information regarding the chat box that's currently open. I've noticed you can click on the components to highlight it on screen, but there's a hell of a lot. I basically just want to be able to do a boolean expression as to whether one of a set of specific dialogs are open so that it can press enter through them.

Sorry if this is really obvious, I'm still fiddling around with the toolkit, and it took me a while to realise it actually highlights the screen.

Thanks in advanced.
 
Conelander
Joined
Oct 30, 2014
Messages
4,078
There's a method to use the "continue" if it's available.

ChatDialog.getContinue() to get the continue button, just call select() on it to select it.
 
Joined
Jun 17, 2015
Messages
19
There's a method to use the "continue" if it's available.

ChatDialog.getContinue() to get the continue button, just call select() on it to select it.
Thanks a bunch for the help!
 
There's a method to use the "continue" if it's available.

ChatDialog.getContinue() to get the continue button, just call select() on it to select it.
This is off topic but I don't particularly fancy writing another thread and annoying people.

Would I be right in saying that if an interaction that causes a small change to the local players interaction with that npc isn't recorded in varps or varpbits that I can't monitor it? I'm trying to make a bot that blackjacks in the thieves guild and would like to be able to identify when an NPC has been "lured" (after performing the action they stay lured for ~4 seconds maybe?) but there doesn't appear to be anyway to identify this.
 
Conelander
Joined
Oct 30, 2014
Messages
4,078
Thanks a bunch for the help!
 

This is off topic but I don't particularly fancy writing another thread and annoying people.

Would I be right in saying that if an interaction that causes a small change to the local players interaction with that npc isn't recorded in varps or varpbits that I can't monitor it? I'm trying to make a bot that blackjacks in the thieves guild and would like to be able to identify when an NPC has been "lured" (after performing the action they stay lured for ~4 seconds maybe?) but there doesn't appear to be anyway to identify this.
I used to have a bot for it on powerbot, and I didn't find a way to identify it straight from the game either. I just assumed that if the interaction succeeded, the guy was lured.
 
Top