Jump to content

Patrick

Developer
  • Posts

    1819
  • Joined

  • Last visited

  • Days Won

    163
  • Feedback

    0%

Everything posted by Patrick

  1. I don't work on mirror mode, so I can't say anything about it
  2. Hi! Download link: http://osbot.org/devbuilds/osbot 2.5.32.jar API CHANGES: - Added WebWalkEvent#setMoveCameraDuringWalking(boolean) to enable/disable camera movement during normal traversal. default = true - Added Worlds#getAvailableWorlds(boolean all) - Added Worlds#hover(int world) FIXES: - Fixed not being able to cast Arceuus spells and detecting the spellbook tab being open WEB WALKER: - Fixed the links going to and from Zeah - Fixed a couple random links in the web walker - Added support to use lunar staff for fairy rings MISC: - Added more info to the hover debug - Minor bug fixes - The OSBot Team
  3. I'm doing the best I can
  4. I'm looking into what I can do about the mirror issues on my end.
  5. I would need some more info (error/crash logs) to be able to do anything.
  6. Seems this bug is back. I added something to the API that hopefully resolves this. Next release will have it
  7. Hey, This release is a quick bug fix for tutorial island tab opening API CHANGES: - Added Character#getAnimationSpot() FIXES: - Fixed tabs not opening on tutorial island WEB WALKER: - Added support for fairy rings - The OSBot Team
  8. I'll check it out edit: found the issue, next version will have it fixed
  9. MethodProvider#getDisplay is in this build it replaces GraphicsUtilities
  10. 1) Which script? 2) Resizable or fixed? 3) Stealth injection or mirror?
  11. Mirror will be fixed in 5 minutes
  12. Hey, This update brings the following changes, on top of the dev build 2.5.29 : API CHANGES: - Added Tabs#open(Tab tab, boolean useBind). useBind true will attempt to use the key bound to the tab to open it, but will use the mouse if no key is bound. - Added Projectiles#targeted(Character target) - Added Client#getAccountType(). This can be used to check for ironman status FIXES: - Fixed the bot freezing during the loading process - Fixed the bot crashing when trying to close a tab - Fixed item depositing on the bank on resizable mode - Fixed the login handler for resizable - Fixed a bug where inventory items weren't loaded on resizable after a relog. - Fixed charter links in the webwalker - Fixed a bug with GrandExchange#buyItem where it would spam type the name of the item - Fixed a crash when trying to use a shop with only 1 item in stock - Fixed a crash in Tabs#open() when no tabs are visible WEB WALKER: - Added royal seed pod support - Added burning amulet support MISC: - Improved memory usage - Added a new Config Debugger to more easily debug configs - Updated the Quest list to support the latest quests - The OSBot Team
  13. Gonna do my best to bring down the detection rate for sure
  14. I'm gonna have to look into tutorial island stuff and see what's wrong. could still be broken yeah.
  15. Nope, all API changes are in the first post.
  16. Sounds like the script needs to be updated to support resizable mode. Which script is this?
  17. We are aware of this freeze and are working on it
  18. Hi! This dev build brings support for resizable mode! DISCLAIMER: SOME SCRIPTS / FEATURES MIGHT NOT WORK ON RESIZABLE YET. SCRIPTERS ARE AWARE OF THE CHANGES THEY NEED TO MAKE AND ARE WORKING ON IT. THIS VERSION MIGHT ALSO NOT BE FULLY STABLE, SO USE WITH CAUTION! THIS RELEASE IS MOSTLY TO FIND BUGS AND HELP SCRIPTERS SUPPORT RESIZABLE. Download link: http://osbot.org/devbuilds/osbot 2.5.29.jar Change log: API CHANGES: - Added Tab#ACCOUNT_MANAGEMENT and Tab#NONE - Tab#IGNORES has been deprecated and now falls under Tab#FRIENDS - Added Display#getScreenWidth() and Display#getScreenHeight() - Tab#getInterfaceParentId() and Tab#getInterfaceChildId() have been deprecated, use Tabs#getTabWidget(Tab tab) instead FIXES: - Bank#isSlotVisible(Bot bot, int tabSlot, int absoluteSlot) has been deprecated. Use Bank#isSlotVisible(int tabSlot, int absoluteSlot) instead. This method has also been changed to ensure the slot is visible enough to interact with RESIZABLE: - added MethodProvider#getDisplay() to replace GraphicsUtilities All static fields and methods from GraphicsUtility have been moved to this new class. GraphicsUtility is deprecated, but for now it still supports fixed size clients. - Entity#isVisible() has been changed to take render distance into account - Display#isVisibleOnMainScreen(Entity entity) has been added to better reflect visibility for entities - Display#getDisplayMode() and Display#setDisplayMode(DisplayMode mode) have been added to change between resizable and fixed mode - Inventory#getSlotBoundingBox(int slot) has been added to replace InventorySlotDestination#getSlot(int slot) - Store#getSlotBoundingBox(int slot) has been added to replace StoreSlotDestination#getSlot(int slot) - Trade#getSlotBoundingBox(OfferOwner owner, int slot) has been added to replace TradeOffsetItemDestination#getSlot(OfferOwner owner, int slot) MISC: - MethodProvider#getProjectiles() has been added for consistancy - Added Tabs#isOpen(Tab tab) for ease of use FINAL NOTE: Mirror mode and Web Walker are not yet confirmed to function fully on resizable! Some scripts also have positions hardcoded and might not work on resizable. - The OSBot Team
×
×
  • Create New...