Jump to content

Patrick

Developer
  • Posts

    1808
  • Joined

  • Last visited

  • Days Won

    162
  • Feedback

    0%

Everything posted by Patrick

  1. Hey, We are excited to release this version with a whole new user interface. More quality of life features will be implemented in the near future but we really wanted to get this out Download link: http://osbot.org/devbuilds/osbot 2.6.0.jar API CHANGES: - GrandExchange#buyItem and GrandExchange#sellItem now accept 0 as price, which will keep the default price. - Added InteractionEvent#setValidateMenuEntity(boolean). Default = true. If the event has an entity; this will enable/disable clicking the specific entity index in the menu, and not just any action fitting the name(s) and action(s). - Added Client#isMember() - Fixed infinite loop in Client#completeDialogue FIXES: - Implemented bank tutorial handler. - GroundItem#getActions() now returns the correct actions. - Fix world 400 hopping issue. WEB WALKER: - Fixed the camera rotating to entities that are too far away. - Added WebwalkEvent#setMisclickThreshold, which can be used to allow or fix misclicks. MISC: - Minor bug fixes. - The OSBot Team
  2. The progress reports I'm getting are saying about 3-5 mediums per hour Given
  3. @Molly Please check your banking code, it seems to have some loop where it gets stuck
  4. You can show/hide the sidebar via a toggle at the top RAM usage will be slightly lower when using tabs instead of multiple clients. Unless you're using the webwalker, then the difference should be big.
  5. I'm getting about 4 - 6 easy clues per hour using HAM members Trails given
  6. Should be ready for beta testing within a couple of weeks
  7. It's pretty nice for sure
  8. Aiming to have it implemented within a couple of weeks
  9. I'll check out the SoS issues
  10. Use the following to interact with entities: InteractionEvent(Entity entity, String... actions) This one is specifically designed to work with entities and also check for crosshairs.
  11. It seems there used to be one, but I guess it's no longer active. Might make one ^^
  12. Perhaps there are some new questions added, I'll check it out Good to hear ^^
  13. No idea how ghostmouse works, but if it uses the Robot class, then it's probably the same
  14. Yeah, I'll see if I can add it in the next version
  15. Possibly for some 'normal' gates yes Yeah that's why I added it just to see how effective it is. I managed to bot agility for tens of hours with the hardware mouse option and very little breaks, and the account is still going
  16. Hey, This dev build brings a large improvement in the webwalker stability and adds a (temporary) option to use your native mouse to control the bot. This is an experimental and optional functionality which might not be added to the next stable build, depending on the user reviews. Download link: http://osbot.org/devbuilds/osbot 2.5.90.jar FIXES: - Fixed -autologin cli argument not working without the -login arg - Fixed an issue with quest completion loading WEB WALKER: - Fixed the issue with trying to interact with obstacles (doors/gates/stairs) that shouldn't even be on the path and getting stuck. MISC: - Added the option to use the hardware mouse. This has been added to see if using the hardware mouse has impact on banrate. From our testing it's looking promising. It will limit you to 1 tab which needs to be on the foreground at all time. For security reasons, it's not possible to disable human input and pressing the escape button will imidiately stop the running script. Pressing backspace will pause the script. For more information about how this works, check out https://docs.oracle.com/javase/8/docs/api/java/awt/Robot.html - Added a link to the mirror guide on the startup page (WIP). - Minor bug fixes. - The OSBot Team
  17. Use getObjects().getAt(x, y) and filter that on name/id. getAt(x, y) is optimized for these kinds of things
  18. Yeah as long as it's not an ultimate ironman and you disable buying items. Trail given
  19. Just noticed that, that's a bug. It's fixed for the next release
  20. Yes this is a dev build. It's for people to test new features before they get pushed to the live version. You need to download the dev builds from the threads.
  21. Hey, In an attempt to fix some deeply-rooted bugs, we've maded some changes to the way widgets are used throughout the API. Please test it as much as possible and let us know how it goes. Download link: http://osbot.org/devbuilds/osbot 2.5.89.jar API CHANGES: - Removed widget caching from world hopper, quests, logout tab, GE and shop api. Please let me know if you notice a difference and if it's on mirror or injection FIXES: - Added a missing break condition check in the worldhopper. - Fixed cli args for script and username/pass not working if there are spaces in the name (Usage of "" is required for names with spaces eg -script "script name":args) - Fixed a bug where the break manager would start during the welcome screen WEB WALKER: - Added PathPreferenceProfile#setAllowQuestLinks to enable/disable quest requirement links (default enabled, fairy rings are ignored) - Added Femi dialogue to the gnome stronghold gate MISC: - Minor bug fixes. - The OSBot Team
×
×
  • Create New...