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

    Question How can I determine if a tile is walkable?

    How can I determine if a tile is walkable? So that you can walk on the tile. The tile might be reachable but not walkable.
  2. T

    Implemented Add Area.equals

    Suggestion: add equals method for Area class You have toString but no equals?
  3. T

    Resolved GameObjects.getLoaded() range

    In what range will I get the objects if I use GameObjects.getLoaded()? like 100x100?
  4. T

    Question [OSRS] Camera movement

    Does the bot in OSRS use keys or mousewheel to rotate the camera?
  5. T

    Question Path through obstacles

    I'm trying to walk to a certain point. But on the route contains one door. Is there something to automatically open the door? private void walkToFurnace() { Path path = Traversal.getDefaultWeb().getPathBuilder().buildTo(Random.nextElement(Constants.FURNACE_AREA)); if (path != null) {...
  6. T

    Request Human like interaction

    When you interact with an object, npc or item, you almost never click once if you are using the first option. You spam click a bit when you use the first option of the menu most of the time. This should be integrated into the bot?
  7. T

    Resource evaluate an action for a specific amount of time

    If you want to evaluate an action for a specific amount of time. For example, the player is not moving for at least 400ms. MinimumAction<Boolean> notMoving = new MinimumAction<>(player::isMoving, (a, b) -> !a && !b, 400); import com.runemate.game.api.script.Execution; import...
  8. T

    Resolved Adding profit tracker and xp tracker

    How can I add a profit tracker and xp tracker?
  9. T

    Resolved Runemate credits

    What are Runemate credits?
  10. T

    Resolved How do you run local scripts for 24hrs?

    How do you run local scripts for 24hrs?
  11. T

    Resolved buying hours

    If you buy 400hrs, is that for 1 account? If you run 4 accounts for 100hrs, does that mean u lose 400hrs?
  12. T

    Resolved How do I check if an npc is in combat?

    How do I check if a npc is in combat?
  13. T

    Bug Upgrade

    When you upgrade, can you use development mode for longer than 3hrs?
  14. T

    Request Low CPU Mode

    Add a low CPU usuage mode?
Top