January 1, 20197 yr 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, 20197 yr by Explv
January 1, 20197 yr 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.
January 1, 20197 yr You are the best! i find analyzing someone else code good way to learn scripting for me Edited January 1, 20197 yr by kramnik
January 1, 20197 yr Author 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
January 1, 20197 yr Author 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
January 1, 20197 yr 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.
January 5, 20197 yr Author 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, 20197 yr by Explv
January 5, 20197 yr @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
January 5, 20197 yr Author 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, 20197 yr by Explv
January 5, 20197 yr 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, 20197 yr by NoxMerc
January 5, 20197 yr Author 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
Create an account or sign in to comment