Explv Posted January 1, 2019 Share Posted January 1, 2019 (edited) Some code is a bit janky, but y'all might find it useful. Source: https://github.com/Explv/Explvs-AIO GitHub download: https://github.com/Explv/Explvs-AIO/releases/latest Script thread: https://osbot.org/forum/topic/96006-explvs-aio-13-skill-aio-in-1-script/ Edited January 1, 2019 by Explv 12 3 Quote Link to comment Share on other sites More sharing options...
Keyster99 Posted January 1, 2019 Share Posted January 1, 2019 a la verga Quote Link to comment Share on other sites More sharing options...
Chris Posted January 1, 2019 Share Posted January 1, 2019 5 minutes ago, Keyster99 said: a la verga jajjajajajajajja si guey 1 Quote Link to comment Share on other sites More sharing options...
NoxMerc Posted January 1, 2019 Share Posted January 1, 2019 Really cool. This is exactly one step below what I'm making, where the script itself is responsible for determining the next task and executing it. I'll probably use this as a reference for implementing some of the tasks I have. 1 Quote Link to comment Share on other sites More sharing options...
Kramnik Posted January 1, 2019 Share Posted January 1, 2019 (edited) You are the best! i find analyzing someone else code good way to learn scripting for me Edited January 1, 2019 by kramnik 2 Quote Link to comment Share on other sites More sharing options...
Explv Posted January 1, 2019 Author Share Posted January 1, 2019 6 hours ago, NoxMerc said: Really cool. This is exactly one step below what I'm making, where the script itself is responsible for determining the next task and executing it. I'll probably use this as a reference for implementing some of the tasks I have. Sounds like a nice script, good luck 1 Quote Link to comment Share on other sites More sharing options...
Explv Posted January 1, 2019 Author Share Posted January 1, 2019 Fixed several issues, see release history for details https://github.com/Explv/Explvs-AIO/releases Latest version: https://github.com/Explv/Explvs-AIO/releases/latest 1 Quote Link to comment Share on other sites More sharing options...
Minted Posted January 1, 2019 Share Posted January 1, 2019 Really cool of you to release the source code, was using this AIO for a while, (as you know because of my bug report lol), was actually a really nice free script. Thanks for releasing the source code, many people including myself will use your code as a reference point throughout my journey to create a script which isn't dog shit. 1 Quote Link to comment Share on other sites More sharing options...
Explv Posted January 5, 2019 Author Share Posted January 5, 2019 (edited) New version released: https://github.com/Explv/Explvs-AIO/releases/latest Added a version checker that will notify the user when a new version is available Edited January 5, 2019 by Explv 1 Quote Link to comment Share on other sites More sharing options...
MasterOfData Posted January 5, 2019 Share Posted January 5, 2019 @NoxMerc You should give that smart task executor a try in the AIO script (as in making a PR). It's got a lot of built in task management code that I've found very useful as a base for my scripts. I've been actively contributing some of the "bones" of my processes to make it a more useful jumping off point for others. I'd be interested to see how you choose to implement a smart task management system Quote Link to comment Share on other sites More sharing options...
Keven Posted January 5, 2019 Share Posted January 5, 2019 Mad lad Quote Link to comment Share on other sites More sharing options...
Explv Posted January 5, 2019 Author Share Posted January 5, 2019 (edited) New version released: https://github.com/Explv/Explvs-AIO/releases/latest New "Loop task" has been added, all credits to @Master Of Hash NOTE THIS DOES NOT CURRENTLY WORK WITH CLI Loop task: Repeat selected previous tasks any number of times Edited January 5, 2019 by Explv Quote Link to comment Share on other sites More sharing options...
NoxMerc Posted January 5, 2019 Share Posted January 5, 2019 (edited) 2 hours ago, Master Of Hash said: @NoxMerc You should give that smart task executor a try in the AIO script (as in making a PR). It's got a lot of built in task management code that I've found very useful as a base for my scripts. I've been actively contributing some of the "bones" of my processes to make it a more useful jumping off point for others. I'd be interested to see how you choose to implement a smart task management system Once I actually have something worth showing, I will. I'm a few months away from anything too juicy, but my end-game is to have a twitch channel where people can issue commands for the bot to follow, e.g. !woodcut willow, !combat "Al-kharid warrior", etc, as well as letting it do its own things autonomously. @Explv have you ever worked with GSON on the SDN at all? Or are we pretty much stuck with json-simple? Edited January 5, 2019 by NoxMerc Quote Link to comment Share on other sites More sharing options...
Explv Posted January 5, 2019 Author Share Posted January 5, 2019 2 hours ago, NoxMerc said: Once I actually have something worth showing, I will. I'm a few months away from anything too juicy, but my end-game is to have a twitch channel where people can issue commands for the bot to follow, e.g. !woodcut willow, !combat "Al-kharid warrior", etc, as well as letting it do its own things autonomously. @Explv have you ever worked with GSON on the SDN at all? Or are we pretty much stuck with json-simple? If GSON uses reflection it probably won't work Quote Link to comment Share on other sites More sharing options...
Cloxygen Posted January 7, 2019 Share Posted January 7, 2019 This is insane 1 Quote Link to comment Share on other sites More sharing options...