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.