galban Posted January 8, 2017 Share Posted January 8, 2017 Awesome script i love Explv Quote Link to comment Share on other sites More sharing options...
NinjadGuy Posted January 8, 2017 Share Posted January 8, 2017 the running multiple scripts is such a great feature, too bad most of the scripts dont have stop conditions and CLI support. Quote Link to comment Share on other sites More sharing options...
Explv Posted January 9, 2017 Author Share Posted January 9, 2017 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 1 Quote Link to comment Share on other sites More sharing options...
Void Posted January 9, 2017 Share Posted January 9, 2017 Sounds awesome! Quote Link to comment Share on other sites More sharing options...
Explv Posted January 9, 2017 Author Share Posted January 9, 2017 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 2 Quote Link to comment Share on other sites More sharing options...
PineappleSausage Posted January 11, 2017 Share Posted January 11, 2017 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. Quote Link to comment Share on other sites More sharing options...
Explv Posted January 11, 2017 Author Share Posted January 11, 2017 (edited) 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, 2017 by Explv Quote Link to comment Share on other sites More sharing options...
Explv Posted January 11, 2017 Author Share Posted January 11, 2017 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 1 Quote Link to comment Share on other sites More sharing options...
kazemaru Posted January 12, 2017 Share Posted January 12, 2017 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 Quote Link to comment Share on other sites More sharing options...
galban Posted January 12, 2017 Share Posted January 12, 2017 how rate ban? Quote Link to comment Share on other sites More sharing options...
Explv Posted January 12, 2017 Author Share Posted January 12, 2017 (edited) 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, 2017 by Explv 2 Quote Link to comment Share on other sites More sharing options...
Explv Posted January 13, 2017 Author Share Posted January 13, 2017 (edited) 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, 2017 by Explv 2 1 Quote Link to comment Share on other sites More sharing options...
Void Posted January 13, 2017 Share Posted January 13, 2017 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 Quote Link to comment Share on other sites More sharing options...
fstyle Posted January 14, 2017 Share Posted January 14, 2017 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. Quote Link to comment Share on other sites More sharing options...
Explv Posted January 14, 2017 Author Share Posted January 14, 2017 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 2 Quote Link to comment Share on other sites More sharing options...