Peter Posted June 22, 2013 Share Posted June 22, 2013 3 Days 3 Updates you guys are unstoppable! Well done you guys. Link to comment
Smart Posted June 22, 2013 Share Posted June 22, 2013 Awesome update, great job developers Link to comment
zjb520 Posted June 22, 2013 Share Posted June 22, 2013 When the osbot can not open a separate label, but open multiple loader? Link to comment
insp1red Posted June 22, 2013 Share Posted June 22, 2013 Still fails on 50% of the suprise exams, can't be left for more than 2 hours doing woodcutting! dunno if this should be that way or not so thought i'd say something Link to comment
Led Zeppelin Posted June 22, 2013 Share 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 one of my accounts just had maze and it worked, so @Maxi you can confirm that maze is working atm Link to comment
Snowace11 Posted June 22, 2013 Share Posted June 22, 2013 A big thank you and a thumbs up from a new member. Keep up the good work. Link to comment
Nicholas Posted June 23, 2013 Share Posted June 23, 2013 thanks for the new update well needed after the update:) Link to comment
caidawei Posted June 23, 2013 Share Posted June 23, 2013 it seems to use more cpu on my dedi than the previous versions Link to comment
insp1red Posted June 23, 2013 Share Posted June 23, 2013 Yeah at 3 tabs it lags like it did at 4, dunno wtf is up Link to comment
Gallion Posted June 23, 2013 Share Posted June 23, 2013 [iNFO ][06/23/13 09:11:30 AM]: Failed to connect to remote server!java.net.SocketTimeoutException: connect timed out at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at org.osbot.eB.e(zm:214) at org.osbot.eB.E(zm:170) at org.osbot.E.run(zm:422) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Could you fix this? Link to comment
henrikx20 Posted June 23, 2013 Share Posted June 23, 2013 Hi i am just new on osbot and i am happy to see the progress going so fast! I wonder how i can i use the local scripts? or do i need to wait to they have realeased the local scripts in to the SDN Scripts? Link to comment
Rick Posted June 23, 2013 Share Posted June 23, 2013 (edited) Hi i am just new on osbot and i am happy to see the progress going so fast! I wonder how i can i use the local scripts? or do i need to wait to they have realeased the local scripts in to the SDN Scripts? hi henrikx20, nice to meet you in our community. if you want to use a local script, you must follow the following steps: go to the thread with the script you wish to use, download (mostly found at the bottom of the first post in the thread) open OSBot folder. copy/paste the downloaded script ( could be a .jar file , or a bunch of files) in the /scripts folder ( in OSBot folder) start OSBot 1.7.XX login > scripts > local scripts > it should be there like if i helped you no problem mate@! Edited June 23, 2013 by sp6wishe 2 Link to comment