Developer Maxi Posted June 22, 2013 Developer Posted June 22, 2013 Hi all, I'm glad to announce that I have pushed BETA v1.7.12. In this release is contained: Ability to access the entire BufferedImage from the game buffer A class called conditional sleep that allows you to have a conditional sleep with a time out and an optional task to perform while waiting condition to be met new ConditionalSleep( new Runnable() { @Override public void run() { client.moveMouse(new RectangleDestination(0, 0, 500, 500), false); } }, 2000) { @Override public boolean condition() { return isWearingItemThatContains(slot, strings); } }.sleep(); I have added an equipment API with many methods for you to use I have added a prayer API (piety and chivalry are not working because I have no account with a high enough level to get the config id's, so if someone could get me them it would be appreciated), credits for SXForce A fix for the camera for when it sometimes wouldn't rotate the shortest way Some additions to Surprise Exam to support more puzzles Some other tiny adjustments/additions Make sure you check out the new API methods! Sincerely, Maxi and the OSBot team 12
IamNotAHuman Posted June 22, 2013 Posted June 22, 2013 I've only recently joined but you guys are amazing with how quickly you put out these fixes. I think I'm in love. 1
Ande Posted June 22, 2013 Posted June 22, 2013 (edited) Thanks for update. Edit: Sent you pm Maxi. Could you check it Edited June 22, 2013 by Ande
Developer Maxi Posted June 22, 2013 Author Developer Posted June 22, 2013 Who writes all these updates? We have a massive programming farm and we hold our whip strong. No I'm joking. We do ;) 6
tommyb603 Posted June 22, 2013 Posted June 22, 2013 Holy Updates, you guys are doing an unbelievable job with this bot. Keep up the outstanding work! 1
Ledo Posted June 22, 2013 Posted June 22, 2013 Dayuuuummmmm looks like I can get rid of my conditional sleeping method.
BotRS123 Posted June 22, 2013 Posted June 22, 2013 Ooooo, I like the update. Hopefully the equipment will come into use.
ImmortalDuo Posted June 22, 2013 Posted June 22, 2013 (edited) Ever since update iv been getting this error and this makes it so i cant log in on client or press any other buttons in client. http://prntscr.com/1b9lwx EDIT: BTW I dont know how to add just pictures into comments so if someone could also tell me that that would be appreciated =) Another version of error: Error loading settings! javax.crypto.BadPaddingException: Given final block not properly padded at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811) at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676) at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:313) at javax.crypto.Cipher.doFinal(Cipher.java:2145) at org.osbot.lpt4.E(wh:26) at org.osbot.L.run(ki:47) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Edited June 22, 2013 by ImmortalDuo