Everything posted by Explv
-
Explv's AIO [13 skill AIO in 1 script]
SDN has been updated, mining should now be fixed
-
Explv's OSBot Manager
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
-
1k pc
- Explv's OSBot Manager
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- Tutorial Req - IntelliJ making .jar
1) Right click on the module and select "Open Module Settings", or press F4, to open the module settings window. 2) Go the the Artifacts section:. 3) Select the green cross, and select JAR -> Empty 4) - Set the name of the output.jar file, change the Output directory to the OSBot/Scripts directory, and move the 'module name' compile output from the right hand side under Available Elements, to the left hand side in your .jar: 5) Select Apply and close the window 6) To build the .jar first select the Build menu at the top, and select Build Artifacts, then select build in the menu that appears- Explv's Tutorial Island [Free] [Random Characters]
Will take a look- Download Issues
This is not the correct section for this question, this is the scripting help section. But anyway, you need to open the bot with Java. You can download it from here: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html- Explv's OSBot Manager
UPDATED 2017-01-07 - Removing start all button (you can still start all configurations by selecting all with Ctrl-A and pressing start) - Adding stop button (this will kill the client if the configuration is running) - Added -norender option- Explv's OSBot Manager
Ok I will add it- [Stable] OSBot 2.4.107 - Bug Fixes + CLI
Don't forget to update the CLI usage link! http://i.imgur.com/YcYszFA.png- Explv's OSBot Manager
Not currently no, the osbot developers will need to add a -break CLI parameter before I can add that. I will be adding the option to stop the bot manually or after x time, but the only way I can do this is by closing the client so the runescape account would not log out until it times out, if you understand what I mean.- Explv's OSBot Manager
You need to select an account and add at least one script.- Explv's OSBot Manager
If you mean the nointerface option then yes it does When you add a script there is a field for parameters- Explv's OSBot Manager
Issue has been fixed, please update- Explv's AIO [13 skill AIO in 1 script]
When did you encounter this bug? If it was before I made the update, then yes it probably has been resolved Edit: Nevermind, there does appear to be an issue, I will push a fix for it now I have pushed a fix for the issue, mining will work again when the SDN is next updated, sorry for the inconvenience- Explv's OSBot Manager
You add your own proxies in the Proxy tab, and then select what proxy you want to use when adding a configuration- Explv's OSBot Manager
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.- Explv's OSBot Manager
Doesnt look like youre doing anything wrong, I'll take a look at it- Explv's OSBot Manager
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- Log to file
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--- Log to file
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.- Log to file
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- Explv's AIO [13 skill AIO in 1 script]
Top of my priority list, will fix it as soon as I have time- Explv's OSBot Manager
Yes I am working on an update to do this atm- Explv's AIO [13 skill AIO in 1 script]
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 - Explv's OSBot Manager