Jump to content

Patrick

Developer
  • Posts

    1795
  • Joined

  • Last visited

  • Days Won

    157
  • Feedback

    0%

Everything posted by Patrick

  1. 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
  2. I'll be looking into optimizing the cpu usage
  3. I'm gonna look into adding support for resizable asap
  4. The bot has been updated
  5. Does it not scroll at all, or not far enough?
  6. Not yet, I'm still getting set up. But I am planning some exciting things! ?
  7. Improving the user experience is gonna be one of my priorities
  8. Did you use it? ? if so, hope you liked it ^^
  9. Thanks! I already got a list of small things I will be working on like being able to rename tabs. But I'm always open for suggestions ^^
  10. Hey everyone, Patrick here. I'm very glad to be on the OSBot team and I'm looking forward to upgrade the bot and help out the community ^^ If anyone has any questions, ask away!
×
×
  • Create New...