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

    Visual Developer [Deleted]

    This resource has been removed and is no longer available for download.
  2. fonrus

    Map Viewer [Deleted]

    This resource has been removed and is no longer available for download.
  3. fonrus

    Bug 2.47.3 Linux(Ubuntu) Update Issue

    Make sure you aren't downloading a cached version of the jar. Use wget or curl with the download link and see if that helps.
  4. fonrus

    Request Command line

    Yes they do..
  5. fonrus

    Request Command line

    Local bots can be run from command line. BotStore bots are planned but not yet implemented.
  6. fonrus

    Resolved Runemate is now broken for mac with the latest update

    @Cloud, seems sun apis are moving on you again.
  7. fonrus

    Bug UnsatisfiedLinkError: No Attach In java.library.path

    Uninstall OpenJDK and instead install Oracle's equivalent.
  8. fonrus

    Bug UnsatisfiedLinkError: No Attach In java.library.path

    Go to a terminal and execute these commands and report back: java -version
  9. fonrus

    Couple of questions before I start.

    TriBot (no need to censor) uses the same base concepts in looking glass (or whatever it's called) but doesn't have anywhere near as much optimization or careful consideration on how we interact with the jvm. This means we can come closer to the speed of reflection while still enjoying separation...
  10. fonrus

    Couple of questions before I start.

    Jagex uses two primary automatic vectors for detecting bots, client/code modifications and pattern detection. RuneMate, with a high degree of certainty has eliminated client detection. This leaves us with pattern detection. Most established authors here keep this in mind and design their bots...
  11. fonrus

    Resolved Traversing

    Take an existing path and use the static method ViewportPath.convert(CoordinatePath old path); Calling .step() on this new path will walk you towards or onto the coordinate you have set. Questions like these can be asked on the development slack, which can be joined by visiting Join...
  12. fonrus

    Resolved Upgraded to Supporter

    I would suggest you read the billing FAQ at Tutorial - Billing and Payment FAQ Essentially the first $2 pays for the free hours you already have. This means you did not add 200 hours to your account. Payments do stack however so for the next month any other payments you add will add usable...
  13. fonrus

    Resolved Traversing

    If you are sure it will always be on screen you can interact with the coordinate. If not you will want to generate a path (region/web/bresenham) and then convert it into a viewportPath. This will use the main viewport instead of the minimap to walk
  14. fonrus

    Bug RWS screenshot is black

    Can you please be more specific with regards to your operating system and graphics settings?
  15. fonrus

    OSRS A dope developer bot

    No.
  16. fonrus

    Resolved Hook for actions in Herblore interfaces is broken (OSRS)

    These are legacy (pre 06) interfaces. With the polling of new make-all they may not exist for much longer. Even the engine team hates them apparently.
  17. fonrus

    Resolved Runemate says I have already used 200 hours.

    Are you sharing your internet connections with someone else? Perhaps @yunus or @emirkaan12. If you both use the same IP the hours will add up between accounts.
  18. fonrus

    Request Ideas for RWS addons

    I can implement delayed commands to already running bots fairly easily. Queuing a list of bots is a bit more complicated and requires us to properly implement remote starting of bots. Once that is in place we were planning on moving that functionality from raven over to rws. If you have any...
  19. fonrus

    Question 100% CPU USAGE?

    It sounds like an issue with the bot. I would suggest reporting it on the relevant bot's thread
Top