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

    Bug The Problem With Reviews

    TL;DR: Bot review process isn't clear making it hard for new developers to create bots for RuneMate. The admins should make a developer thread stating the code rules/things they look for during a review. Idea is supported by current developers. General Issue As you all know, the RuneMate review...
  2. bigpp

    Question Got this from Bot Pusher: class had been marked for insertion twice.

    I've had this issue as well after placing an enum in a public class even though previously I had this same enum in an abstract class. Perhaps this has something to do with it? Did anyone manage to figure this out?
  3. bigpp

    Bug Selecting Control Panel Tab

    Based on previous threads I have read, I am marking this as a bug. Reproduction: OSRS - Panels will not be selected in certain circumstances (tutorial island). ControlPanelTab.INVENTORY.open(); InterfaceWindows.getInventory().open(); Inventory.getItems(); //And variations thereof Solutions...
  4. bigpp

    Development Toolkit

    I have been trying to use this recently, and you did well but there are a few issues: Filter - Filter is either super buggy or just hard to use. You can't do != comparisons which means you can't filter out null. You can't do =.* (regex) because null is not considered empty ('""'). But negation...
  5. bigpp

    OSRS SOMEONE MAKE A CONSTRUCTION BOT!

    I've messaged you details regarding your question but in short: anywhere from a few days to two weeks depending on depth.
  6. bigpp

    OSRS SOMEONE MAKE A CONSTRUCTION BOT!

    I will be working on a construction bot sometime in the near future.
Top