Welcome!

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

Sign up now!
  1. K

    Question Best/Fastest way to perform NPC selection

    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()...
  2. K

    Bug Ring of Dueling Teleport

    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.
Top