Jump to content

Butters

Lifetime Sponsor
  • Posts

    650
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Butters

  1. 1 hour ago, kramnik said:

    Regarding the first point. Yes I am aware of this, but i will only exit when script meets some condition. What about ending it while it is still running? :) The main issue if I see that one script is stuck but it still tries to run, I dont know how to shut it down expect the java process but how do you know it is the one when you have 30 javas running :D 

    Either grab the PID (process ID) from the script when its running, or the best scenario would be to create your own launcher that launches bots. Can use the Java Process API that's in Java 9. Additionally you'll need a way for your launcher to communicate with bots -  a Socket works great here, but there are other options.  Add in a database and you're good to go

  2. 26 minutes ago, kashxz said:

    Using these don't break scripts right? like I should be able to update with no problems?

    Depends. It's an experimental build that's shared to the public so everyone can test before pushing a "real release" to all. Most of the time it offers improvements or bug fixes so you should always give it a go, would help the developers if you spot any bugs.

    If it's buggy though, you can always use the latest stable build.

  3. 1. Bad proxy in general:
      1.1. Must be a Sock5 proxy, not a HTTP
      1.2 You're using a http port, not a proxy port (check virmach)
    2. You didn't authenicate your IP for proxy use, or just made a typo somewhere
     


     

×
×
  • Create New...