Jump to content

BETA v1.7.12


Maxi

Recommended Posts

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

[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

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 biggrin.png

 

like if i helped you smile.png

 

no problem mate@!

Edited by sp6wishe
  • Like 2
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...