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

    Bug Inventory SpriteItems Don't have "Use" Option in "getInventoryActions"

    The below has worked for me in the past, not sure if this will help you. return gameObject.interact("Use", item.getDefinition().getName() + " -> " + objectName);
  2. greg

    RuneMate Maintenance

    Not sure if I'm allowed to post web-urls outside of the community at my current rank, but there is a very popular rs-hacking development website that has instructions on getting familiar with creating updaters yourself.
  3. greg

    Regal Gilded Altar [Deleted]

    Get that motivation up @awesome123man.
  4. greg

    Question Back again, with a QuestioN.

    Join Developer Chat | RuneMate
  5. greg

    Question Back again, with a QuestioN.

    If you get on the developer slack we may be able to help you a little better. Could have someone teamview you to assist.
  6. greg

    Question Where am I going wrong?

    Possible fix for the clay oven interaction: clayOven.interact("Use", "Raw monkfish -> Clay oven") Possible fix for the make all interaction: public void selectOption() { getOption("Make All").ifPresent(interfaceComponent -> { if (interfaceComponent.isVisible() &&...
  7. greg

    Question How do I select make-# of an object in a chatbox interface?

    You solved this already, but I'm just going to throw in my two cents as well. public void selectOption() { getOption("Make-X").ifPresent(interfaceComponent -> { if (interfaceComponent.isVisible() && interfaceComponent.click()) { Execution.delayUntil(() ->...
  8. greg

    OSRS Ban Rates ?

    Currently no built-in check, a lot of edge-cases are involved with single-bot ban detection. If there was a global statistic for RuneMate, competitors could drive the number forcibly and subsequently destroy that statistic. A great idea, but people suck.
Top