Jump to content

n3ss3s

Members
  • Posts

    67
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by n3ss3s

  1. Since this isn't a swing gui, are you using Slick/JOGL?

    Assuming such works just fine with Osbot, how much does it affect the filesize by? Wouldn't you also need to pack the libs as well?

     

    Good guesses, but it's an Applet on a JFrame, with hand drawn components.

  2. I was originally going to make this for another bot, but it seems that it will have a larger audience here, and it'll be easier to develop as the OSBot API is very broad and there will be less things that I'll have to code from scratch, such as banking.

     

    Essentially people will be able to fight nearly any monster they want by creating custom paths that permit not just walking, but also NPC/Object/Item interaction. 

     

    J889q4m.png

     

    http://www.youtube.com/watch?v=EA4gz-2o0oc

    • Like 1
  3. Your path needs to correspond with your packaging. So if in your orignal packaging you had for example this:

     

    n3ss3s.scripts.somescript
    And this will be compiled in to some folder called

    out/production/n3ss3s/scripts/somescript/
    You would have to copy the 'n3ss3s' folder to your OSBot folder.

    What I do instead is I set my output folder for my scripts to the /user/OSBot/scripts/ folder.

    Yeah I also moved my output folder, it's always annoying to go through the extra folders in order to do whatever with the class files

  4. java.lang.NoClassDefFoundError: out/production/scripts/ClaySoftener$1 (wrong name: ClaySoftener$1)
    

    Right now you will not be able to load a local script from anything deeper than OSBot\scripts, due to the bot's script loader attempting to use / as the separator in the name passed to defineClass in the classloader. The documentation says you'll have to use a period instead, and IIRC that did it for me with a similar issue a while ago.

  5. The bot is currently running fine for others and there is no firewall etc blocking the connection :/

     

    EDIT: I'm able to use it through a VPN, which leads me to think I might've been blacklisted by the ddos protection or something...? Halp

    [INFO ][07/03/13 09:16:08 PM]: Connecting to remote server...
    [INFO ][07/03/13 09:16:13 PM]: 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.hB.M(hl:520)
    	at org.osbot.hB.H(hl:231)
    	at org.osbot.kb.run(hl:300)
    	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)
    [INFO ][07/03/13 09:16:13 PM]: Retrying in 5 seconds...
    [INFO ][07/03/13 09:16:18 PM]: Connecting to remote server...
    
    

    Any tips?

  6. Interesting that you added a breakhandler, I don't think people have been taking breaks since... The real 07? Maybe it'll bring bans down a bit and maybe even up the price of 07 if people start using it in hopes of not as many bans :)

×
×
  • Create New...