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

    Mouseys Feather Picker

    MaskedMouse updated Mouseys Feather Picker with a new update entry: Mouseys Feather Picker v1.0.2 Released! Read the rest of this update entry...
  2. maskedmouse

    Mouseys Feather Picker - Mouseys Feather Picker v1.0.2 Released!

    Mouseys Feather Picker updated to v1.0.2. - fixed a null reference that some people had
  3. maskedmouse

    Mouseys Feather Picker

    MaskedMouse submitted a new resource: Mouseys Feather Picker - Collect feathers faster than a mouse can run Read more about this resource...
  4. maskedmouse

    Mouseys Feather Picker - Mouseys Feather Picker

    A Lumbridge-East chicken killer and feather collector
  5. maskedmouse

    Question Bot making tutoral help

    Hmm then I wouldn't know what is wrong, there is atleast something null. Might want to check the tutorial steps see if you've missed anything
  6. maskedmouse

    Resolved References in the leaf nodes

    Ah I've seen that before, it returns AbstractBot so I didn't think of it as my root class but rather some API to check whether the bot itself non related is running, paused or stopped etc. I've now implemented to cast it to my root class (MyRootClass) Environment.getBot();
  7. maskedmouse

    Question Bot making tutoral help

    The resource tags in the manifest
  8. maskedmouse

    Resolved References in the leaf nodes

    How does one get a reference of the embeddable UI or the bot root class in the leaf nodes without passing it down in the whole tree? The problem is, I've had a static container but I didn't think of multiple instances, so the static container ain't allowed on the bot store. kind of stupid of me...
  9. maskedmouse

    Question Bot making tutoral help

    according to your screenshot it actually found your manifest but couldn't load it because of a null reference (i've put my local bot directory to the 'out' folder, but I don't think that is your problem it is a null reference while loading the bot manifest..) have you tried deleting the resource?
  10. maskedmouse

    Question Web Traversal large distances

    Doesn't seem to me that calling step delays execution. I got a small delay in front because the player might not be walking yet (I could change that to execution.delayuntil player::ismoving)
  11. maskedmouse

    Question Web Traversal large distances

    Yeah I thought of this as well, guess i'll just do the pathing myself with a combination of webpaths and regionpaths and do the staircase myself (probably a bit faster too).
  12. maskedmouse

    Question Web Traversal large distances

    So I was busy trying to create a bot that gathers cowhides at lumbridge. My first step is already what fails for me. I'm trying to traverse from the bank to the cows. I use WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(area); area being a rectangle area from the cow area. I...
  13. maskedmouse

    Question What's the consensus on repeated elements on a TreeBot?

    What you could do is use the same class that does the check but when creating the class pass the actual branch / leaf that you want to use. Atleast I just came up with this, not entirely sure if that will work. It did compile so but I haven't run it. I had some plans on making more bots but yeah...
  14. maskedmouse

    Resolved Login Handler misclicking World

    RuneMate Version: 2.56.0 Affected Games: OSRS With any bot when the login handler is activated and tries to login into a standard first selected members world with a non-members account it tries to switch to a non-member world. While the handler is selecting a non-members world, it missclicks...
  15. maskedmouse

    Bug [OSRS] Actor Health percentage seems incorrect

    RuneMate Version: 2.56.0 Affected Games: OSRS (not sure about RS3) Been working on a hobby project where I am writing a bot that kills chickens. I'm trying to determine whether the chicken has died which I tried doing by several different ways. Though I stumbled upon something that may be a...
  16. maskedmouse

    Bug UnsupportedOperationException Runtime Error

    And I thought I was doing something wrong, got it occasionally as well when starting the bot. Too bad we cannot fix that :P
  17. maskedmouse

    Question Disable Login on start up of TreeBot

    Tnx will try and find how to get the onStart going as the extension of TreeBot doesn't have onStart as an override edit: ah found it :) seems like IntelliJ didn't give me the autocomplete to the string arguements Quite fun to read through the Jdoc for GameEvents.Universal but couldn't even...
  18. maskedmouse

    Question Disable Login on start up of TreeBot

    Hey, I'm quite new to the bot programming though I have some experience in C# using Unity3D. Can't seem to figure out where to call GameEvents.Universal.LOGIN_HANDLER.disable(); Wanted to test the FXML UI first but it logs in when the bot is instantiated which is unnecessary as I wait for the...
  19. maskedmouse

    Quantum Woodcutting Lite [Deleted]

    Well take your time :) It's free got nothing to complain, just reporting the bug This is a screenshot where the bot stands. may it be of any use.
  20. maskedmouse

    Quantum Woodcutting Lite [Deleted]

    What location: Falador What logs: Yew Closest banking option: Falador East Anything special: It stands in the middle between the 2 yew trees but does nothing even though the trees are both up. Game type (OSRS/RS3): OSRS What location: Lumbridge What logs: Yew Closest banking option: Lumbridge...
Top