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

    Question Interact with Mage of Zamorak

    Heya, I'm writing an Abyss runecrafter, but I'm struggling to interact with the Mage of Zamorak. To interact with it I'd normally do this... Npc mage = Npcs.newQuery().names("Mage of Zamorak").results().first(); if (mage != null) { mage.interact("Teleport")...
  2. W

    Resolved How to get Varbits?

    Hey, I'm fairly new to programming, but I managed to make a couple of bots for personal use. I now want to step up my game by using varbits. However, I have no idea on how to get the index of an action. For example, I talk to a slayer master to receive a task. How can I discover the varbit...
Top