Developer Patrick Posted August 16, 2019 Developer Posted August 16, 2019 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 7 4
Leetkiss Posted August 17, 2019 Posted August 17, 2019 On 8/16/2019 at 5:27 PM, Patrick said: - Inventory#getItems() will now work without having the widget loaded. This was really needed -- thank you.