January 8, 20179 yr the running multiple scripts is such a great feature, too bad most of the scripts dont have stop conditions and CLI support.
January 9, 20179 yr Author the running multiple scripts is such a great feature, too bad most of the scripts dont have stop conditions and CLI support. I will be adding the option to stop a script after x time (although this means the client will be instantly killed instead of the account logging out first) You could always ask the scripter to add CLI support, and some kind of stop condition to their script
January 9, 20179 yr Author UPDATED 2017-01-09 - Added functionality to write OSBot logs to files stored in ~/ExplvOSBotManager/Logs/ - Added functionality to interface to view the log for a configuration
January 11, 20179 yr Really nice tool, viewing the logs will be a nice touch. One issue though, the local script loader only loads the first Script it finds in jar files. It should load all the local Scripts it can find imo, so I made a quick PR if you wanna look: https://github.com/Explv/osbot_manager/pull/1/files Couldn't get this to build though (not sure if missing a dependency?) even when including the osbot.jar, but I think these changes will work.
January 11, 20179 yr Author Really nice tool, viewing the logs will be a nice touch. One issue though, the local script loader only loads the first Script it finds in jar files. It should load all the local Scripts it can find imo, so I made a quick PR if you wanna look: https://github.com/Explv/osbot_manager/pull/1/files Couldn't get this to build though (not sure if missing a dependency?) even when including the osbot.jar, but I think these changes will work. You can already view the logs, I haven't added a button yet but if you right click a configuration and select view log it will display.Thanks, I'll take a look at your git request tomorrow after work I will also add some build instructions to the readme Edited January 11, 20179 yr by Explv
January 11, 20179 yr Author Really nice tool, viewing the logs will be a nice touch. One issue though, the local script loader only loads the first Script it finds in jar files. It should load all the local Scripts it can find imo, so I made a quick PR if you wanna look: https://github.com/Explv/osbot_manager/pull/1/files Couldn't get this to build though (not sure if missing a dependency?) even when including the osbot.jar, but I think these changes will work. UPDATED 2017-01-11 - Now loads all scripts found in a single .jar Thanks to @PineappleSausage for the contribution
January 12, 20179 yr does it detect if your account is banned? i suicide bot and 80% of them get banned within 24 hours but some not i would love to see which are banned and which are not so i can re-use them will try it if it has this option or maybe its an idea to get this option
January 12, 20179 yr Author does it detect if your account is banned? i suicide bot and 80% of them get banned within 24 hours but some not i would love to see which are banned and which are not so i can re-use them will try it if it has this option or maybe its an idea to get this option I will see what I can dohow rate ban?I don't understand what you are trying to ask Edited January 12, 20179 yr by Explv
January 13, 20179 yr Author does it detect if your account is banned? i suicide bot and 80% of them get banned within 24 hours but some not i would love to see which are banned and which are not so i can re-use them will try it if it has this option or maybe its an idea to get this option Just an update on this, I have successfully written a method to check if an account is banned, it takes 1 or 2 seconds to check an account, and does so by logging into the RuneScape website and checking the account settings page. I will integrate this into the GUI tonight or tomorrow Edited January 13, 20179 yr by Explv
January 13, 20179 yr Just an update on this, I have successfully written a method to check if an account is banned, it takes 1 or 2 seconds to check an account, and does so by logging into the RuneScape website and checking the account settings page. I will integrate this into the GUI tonight or tomorrow nice would it be hard to implement a mass add to config list? so you can add every imported account to just complete one script; rather than choosing one from the drop down menu at a time? thanks
January 14, 20179 yr name ~/Desktop/Gold Farm $ java -jar explv_osbot_manager_7.4.jar Error: Could not find or load main class main.ExplvOSBotManager for some reason I'm having that error. currently using linux mint. I've used it on windows and debian linux and it worked fine.
January 14, 20179 yr Author name ~/Desktop/Gold Farm $ java -jar explv_osbot_manager_7.4.jar Error: Could not find or load main class main.ExplvOSBotManager for some reason I'm having that error. currently using linux mint. I've used it on windows and debian linux and it worked fine. Issue fixed, user was using openJDK, installed oracle JDK instead
Create an account or sign in to comment