Explv Posted January 1, 2019 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
Chris Posted January 1, 2019 Posted January 1, 2019 5 minutes ago, Keyster99 said: a la verga jajjajajajajajja si guey 1
NoxMerc Posted January 1, 2019 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
Kramnik Posted January 1, 2019 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
Explv Posted January 1, 2019 Author 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
Explv Posted January 1, 2019 Author 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
Minted Posted January 1, 2019 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
Explv Posted January 5, 2019 Author 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
MasterOfData Posted January 5, 2019 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
Explv Posted January 5, 2019 Author 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
NoxMerc Posted January 5, 2019 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
Explv Posted January 5, 2019 Author 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