Jump to content

Patrick

Developer
  • Posts

    1759
  • Joined

  • Last visited

  • Days Won

    149
  • Feedback

    100%

Everything posted by Patrick

  1. There are a couple clues the script can't solve due to webwalker limitations. You have the option to drop these clues, but it's sometimes confuses why the script won't do a certain clue.
  2. npcs were only being added when npcdefinition#isVisible returns true. This returns false for some npcs eventhough they are visible (like the sulpher clouds in lovakenj). The isVisible check has been removed.
  3. Hey, This release brings the following features. API CHANGES: - Added Client#getInstanceTemplate() - Added MethodProvider#getGraphicObjects() - Added GraphicsObject API - Added GraphicObjects#getAll() - Added GraphicsObject debug - Added Projectiles debug FIXES: - Fixed onGameTick() not working. - Fixed an npe with Player#getName() - Fixed not being able to retrieve all npcs MISC: - Minor bug fixes. - The OSBot Team
  4. No idea, maybe @MGI or @Zach can tell
  5. Hey, Just a quick bugfix for the banking issue. Download: http://osbot.org/devbuilds/osbot 2.5.59.jar FIXES: - Fixed Bank#isOpen() returning false when not on the main tab. MISC: - Minor bug fixes. - The OSBot Team
  6. Check via id, not via name
  7. Contact the scripter to update their scripts
  8. It changed, it's a different widget
  9. Hey, This build fixes the new welcome screen. Thanks to @Gunman for lending a test account Also minor bug fixes. - The OSBot Team
  10. Changed something for the next release, should fix it.
  11. Hey, Just some more small changes before the next stable build. Download link: http://osbot.org/devbuilds/osbot 2.5.57.jar API CHANGES: - Added WebWalkEvent#getPositions() - Added Area(Rectangle) constructor FIXES: - Various performance improvements. - Lowered the wait time after a logout by the server. - Added more api documentation. WEB WALKER: - Added some Arceuus links. MISC: - Minor bug fixes. - The OSBot Team
  12. Waiting for @Zach to fix the client
  13. forgot to add the id to the getActiveWidgetsRoots() method
  14. Hey, Just a couple bug fixes. Download link: http://osbot.org/devbuilds/osbot 2.5.56.jar API CHANGES: - Added PathPreferenceProfile#setAllowSpiritTrees(boolean). FIXES: - Fixed GrandExchange#getOverallPrice(int). - Fixed issue with the root widget not loading. MISC: - Minor bug fixes. - The OSBot Team
  15. Hey, A lot of small changes with big impact this release. Download link: http://osbot.org/devbuilds/osbot 2.5.55.jar API CHANGES: - Inventory#getEmptySlotCount() has been deprecated. - Inventory#getItems() will now work without having the widget loaded. - Equipment#getItems() will now work without having the widget loaded. - Added Bot#getBreakCondition() and Bot#setBreakCondition(Callable<Boolean>). FIXES: - Fixed Bank#isOpen check. - Improved performance for widget methods. Speed and cpu/ram usage should be improved. - Widgets#interact(int, int, int, String) now works. - Fixed a couple item interaction issues. WEB WALKER: MISC: - Minor bug fixes. - The OSBot Team
  16. Correct. A more in-depth banking/teleport system is still in progress.
  17. Stash units aren't supported as there is no way to get the stash information with the current api. There are some impossible clues due to webwalker limitation like the clue at the waterfall. You can have the script either drop these clues or stop.
  18. Those classes don't exist anymore but it's still possible to use your own mouse movement code.
×
×
  • Create New...