Laz Posted May 9, 2014 Share Posted May 9, 2014 Hello community, this is the patched version of OSBot 2.1.X which contains the fix for banking. Additionally we've added the BeeKeeper random solver to the list of randoms OSBot 2 can handle. Here's the current list of randoms: Expect more features for OSBot 2.1.X to be released this weekend! Also, we've added a nice animated loader while the bot injects the client and performs background tasks. This will be improved aesthetically as well over time. The new banking methods for tab manipulation have been added to the public API and have been documented here: http://osbot.org/osbot2_api/org/osbot/rs07/api/Bank.html Download: http://osbot.org/osbot2_beta/OSBot-packed-2.1.2.jar Docs: http://osbot.org/osbot2_api/ (or for a .zip file http://osbot.org/osbot2_api/Docs.zip) Thanks for all the support! Sincerely, Laz and the OSBot Team. 1 Link to comment
Ericthecmh Posted May 9, 2014 Share Posted May 9, 2014 Looks amazing. Does this have the new walking methods? Link to comment
Laz Posted May 9, 2014 Author Share Posted May 9, 2014 Looks amazing. Does this have the new walking methods? It only has the PositionPolygon but it hasnt been documented and the built-in methods to use it for walking have not been added yet. Sorry mate, the update took a lot of my time... but like I said, expect more releases this weekend. EDIT: Here's the page for it http://osbot.org/osbot2_api/org/osbot/rs07/api/map/PositionPolygon.html. It doesn't contain actual documentation but will be added soon. As you can see, Entities and Positions in the API now have a common interface called Vector3D which contains these methods http://osbot.org/osbot2_api/org/osbot/rs07/api/model/Vector3D.html. It might or might not be useful to you but its addition doesn't break any scripts. Link to comment
Master Awesome Posted May 9, 2014 Share Posted May 9, 2014 (edited) Osbot 2 loader for rs client is awesome! GJ LAZ! Edited May 9, 2014 by Master Awesome 1 Link to comment
Toasttify Posted May 9, 2014 Share Posted May 9, 2014 Awesome, with the previous client any script attempting to bank would click on the note button, now with this version it works flawlessly to deposit. 1 Link to comment
Ericthecmh Posted May 9, 2014 Share Posted May 9, 2014 It only has the PositionPolygon but it hasnt been documented and the built-in methods to use it for walking have not been added yet. Sorry mate, the update took a lot of my time... but like I said, expect more releases this weekend. EDIT: Here's the page for it http://osbot.org/osbot2_api/org/osbot/rs07/api/map/PositionPolygon.html. It doesn't contain actual documentation but will be added soon. As you can see, Entities and Positions in the API now have a common interface called Vector3D which contains these methods: http://osbot.org/osbot2_api/org/osbot/rs07/api/model/Vector3D.html. It might or might not be useful to you but its addition doesn't break any scripts. Sounds good. Thanks for the update Link to comment
Th3 Posted May 9, 2014 Share Posted May 9, 2014 (edited) Don't forget to have a look at this. [ERROR][bot #1][05/07 07:55:59 PM]: Error in bot executor!java.lang.StackOverflowError at java.util.HashMap.hash(Unknown Source) at java.util.HashMap.put(Unknown Source) at java.util.HashSet.add(Unknown Source) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.addOpen(gn:21) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:215) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:4) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:98) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249)full report: http://pastebin.com/7RRwP5sX Tile its trying to walk to: 3120,3223,0 Happened here. It gets thrown when you try to walk to postions like that. Mostly near draynor. Edited May 9, 2014 by Th3 Link to comment
Laz Posted May 9, 2014 Author Share Posted May 9, 2014 Don't forget to have a look at this. It gets thrown when you try to walk to postions like that. Mostly near draynor. Very nice find. I see there is a flaw with the use of recursive method calls in the design of the walking deviation calculator. I will post a new release tomorrow with this fixed. Thanks for the report. Link to comment
Jaacobbi Posted May 9, 2014 Share Posted May 9, 2014 (edited) Not to sound leecher or anything but when I try to login, any letter or number I add it doubes it? For an example: jaacob would be jjaaaaccoobb. How can I fix this? o.o Nvm I'll just use the 1.8.7 one. Thanks btw for the update. Edited May 9, 2014 by Jaacobbi Link to comment
Arctic Posted May 9, 2014 Share Posted May 9, 2014 So are there any other Randoms that need to be fixed? Link to comment