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.
Ok this is probably what it was, because it would happen when the local player wouldn't move. Also, I had previously added an Execution delay but edited it out for brevity to protect CPU.
What do you mean one action per loop?
Cloud -- could you elaborate on the proper, definitive way to select...
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()...
Hi, not to be mean but I already said I am using the same code as in the link I provided.
RuneMate Version: v2.84.5
Affected Games: OSRS
Code Used:
SpriteItem ring = Equipment.newQuery().names("Ring of dueling(8)").results().first();
if (ring != null) {
ring.interact("Duel Arena");
}
The...
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.