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.
All
I can't tell if it's the runemate api or my code that is just quite frankly causing long pauses between NPC selection (in a combat bot).
private Npc selectNPC() {
Npc toAttack = Npcs.newQuery()
.names("xxx")
.within(Area)
.results()...
I have the exact same problem and exact same code as this thread: Bug - Equipment Interactions - broken?
There is no interaction with the ring. It opens up the equipment tab but will never interact with the ring of dueling.