Developer Patrick Posted August 16, 2019 Developer Share 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 Quote Link to comment
Lost Panda Posted August 16, 2019 Share Posted August 16, 2019 verry naice fren Quote Link to comment
Developer Patrick Posted August 16, 2019 Author Developer Share Posted August 16, 2019 nice Quote Link to comment
Leetkiss Posted August 17, 2019 Share 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. Quote Link to comment