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

    Resolved How To Load An Image From Resources

    I have an imageView in a '.FXML' file and I want to provide it an image. Is there a way to do it manually, in SceneBuilder? If not, how would I do it using the Resources class? I have tried using the following but without luck: Resources.getAsBufferedImage(SOME_IMAGE_STR)
  2. S

    Resolved What Is The Best Way To Save User Settings

    I am looking to find an ideal way of saving the user's settings. What are the different approaches? Their pros and cons. Does Runemate restrict how developers save to the user's long-term storage?
  3. S

    Resolved Runemate Is Failing To Retrieve Action List

    The latest update is causing a problem for my bot: (GameObject).getDefinition().getActions() returns an empty list ([]) in Alkharid Agility Course rooftop @ the "Zip line" game-object. It should be returning: ["Teeth-grip "]. Is anyone else experiencing any similar issues?
  4. S

    Resolved How Do You Move The Mouse To A 'Point?'

    Mouse.getPosition() returns a Point so how do you make the mouse move to that Point in the future? Do we use Mouse.PathGenerator.hop(new Point(x,y))? Then, to click that point, do we just use Mouse.click(Mouse.Button.LEFT)? Is this how it's done? I have tried this but so far it doesn't seem to...
  5. S

    OSRS Testers Needed For Agility Bot: RoofTop Runner

    Hey all, I am a new bot-author and I have just created my first bot: RoofTop Runner. To get this bot into tip-top shape, I need testers to break it :) So, I am here to call for your help. If you could please give me some feedback on the bot, I would greatly appreciate it. Thanks, Stopper
  6. S

    AgiStopper [Deleted]

    Stopper Blocker submitted a new resource: AgiStopper - Maximize your agility with AgiStopper Read more about this resource...
Top