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

    Already found the answer. Thanks anyway!
  2. 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")...
  3. W

    Resolved How to get Varbits?

    Thanks for replying! Just discovered there's a Varp and VarbitListener. Didn't know the toolkit had that feature
  4. 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