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