Jump to content

Explv

Scripter II
  • Posts

    2314
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. Yes when you stop the bot the client will close. The script queue works by listening for the Script blah has exited! message in the log, at which point it will close the client and then launch a new client with the next script.
  2. Doesnt look like youre doing anything wrong, I'll take a look at it
  3. UPDATED 2017-01-06 - Added support for running multiple scripts one after the other (the script must exit for the next to be run) - Fixed setting for delay between configurations being run
  4. You can only write files in the data directory, which can be retrieved using this method: http://osbot.org/api/org/osbot/rs07/script/Script.html#getDirectoryData--
  5. Well I believe I answered the same question a while ago, I can't seem to find the thread however. Also an alternative solution would be to override the log method in the MethodProvider class (which your Script extends) to write to a file instead.
  6. Start the bot in debug mode from the command line and pipe to a file: java -jar "C:\Users\Username\Desktop\OSBot 2.4.107.jar" -debug (rest of params) > log_file.txt
  7. Top of my priority list, will fix it as soon as I have time
  8. Yes I am working on an update to do this atm
  9. Script has been updated on the SDN: - Axes and pickaxes are now upgraded automatically when mining or woodcutting - Axes and pickaxes are wielded if possible - Added mining rune essence - Fixed script pausing/resuming - Fixed script idling after leveling up - Fixed script banking after levelling up - Fixed rune mysteries quest - Fixed Thieving task GUI HP field - Fixed Grand Exchange Task
  10. Pushed a fix for this, it will be in the next update
  11. SDN has not been updated yet. Saving/Loading is not fixed yet it's on my todo list
  12. Pushed a fix for pausing/resuming/stopping the script, it will be fixed when the SDN is next updated
  13. Do you have multiple versions of Java installed on your PC? If yes, make sure you are opening the .jar with Java 8. Try: Right click .jar file -> open with -> browse -> browse to "C:\Program Files\Java\jre1.8 whatever\bin\java.exe" If you do infact have older versions of Java, you may want to uninstall them to avoid issues like this in the future
  14. Try running it from CMD and let me know if there are any errors displayed: java -jar "C:\Users\YourUsername\Desktop\explv_osbot_manager_20161222.jar" (Replacing 'YourUsername' with your Windows username)
  15. I have pushed a change for mining and woodcutting, both axes and pickaxes will be automatically upgraded if they are in your bank. This change will be available when the SDN is next updated. Currently the latest compile of my script on the SDN is 2017-01-01 11:26:57
  16. Explv

    Explv's Walker

    It's on the "other" section https://osbot.org/mvc/sdn2/scripts/21
  17. I have already fixed this issue, the SDN has not been updated yet I have just pushed a change to automatically upgrade axes when woodcutting (you will need to have the axes in your bank for it to do this). It will be available when the SDN is next updated. I will also be making the same change to mining for pickaxes
  18. Pushed a fix for this it will be available when the SDN is next updated Pushed a fix for this, will be available when the SDN is next updated
  19. I have pushed a fix for this issue, it was due to the script not skipping the various dialogues that show up when you level up. It will be available when the SDN is next updated. I have also pushed a fix for the grand exchange task, which currently does not work.
  20. What OS are you using? Are you opening the .jar file with Java?
×
×
  • Create New...