Explv Posted February 17, 2019 Author Share Posted February 17, 2019 On 2/9/2019 at 1:00 AM, Nor3g said: Suggestion: A tickbox in the "loop" task to randomize the tasks. Done: https://github.com/Explv/Explvs-AIO/releases/latest Note that I have implemented this so that break tasks will always remain in the same places in the task list (but will still be randomly shuffled) For example: If you had a set of tasks like this: Level task 1 -> Break task 1 -> Level task 2 -> Break task 2 -> Loop task (last 4 tasks) The list of tasks could be randomized like this: Level task 2 -> Break task 2 -> Level task 1 -> Break task 1 But will NEVER be randomized like this: Break task 2 -> Break task 1 -> Level task 1 -> Level task 2 This is because I think it would be silly to have multiple break tasks in a row. Quote Link to comment Share on other sites More sharing options...
Deltz Posted February 17, 2019 Share Posted February 17, 2019 How do I install the new version? Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 17, 2019 Share Posted February 17, 2019 1 hour ago, Deltz said: How do I install the new version? Go here: https://github.com/Explv/Explvs-AIO/releases Click this: Move the .jar file to your scripts folder. Usually it's under C/Users/youruser/OSbot/Scripts Then run OSbot, select the script, and then you can make your configuration. Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 18, 2019 Share Posted February 18, 2019 (edited) 7 hours ago, Explv said: Done: https://github.com/Explv/Explvs-AIO/releases/latest Note that I have implemented this so that break tasks will always remain in the same places in the task list (but will still be randomly shuffled) For example: If you had a set of tasks like this: Level task 1 -> Break task 1 -> Level task 2 -> Break task 2 -> Loop task (last 4 tasks) The list of tasks could be randomized like this: Level task 2 -> Break task 2 -> Level task 1 -> Break task 1 But will NEVER be randomized like this: Break task 2 -> Break task 1 -> Level task 1 -> Level task 2 This is because I think it would be silly to have multiple break tasks in a row. This is great thank you! I can't find the option though, but I see the code is there. Am I just blind or is it the new standard for all looped tasks? EDIT: The above image was from the one I compiled myself. This is the .jar that I downloaded from github and it's correct: EDIT2: Nvm I figured it out! Still there is an error though in my compiled script: Edited February 18, 2019 by Nor3g Quote Link to comment Share on other sites More sharing options...
Explv Posted February 18, 2019 Author Share Posted February 18, 2019 (edited) 8 hours ago, Nor3g said: This is great thank you! I can't find the option though, but I see the code is there. Am I just blind or is it the new standard for all looped tasks? EDIT: The above image was from the one I compiled myself. This is the .jar that I downloaded from github and it's correct: EDIT2: Nvm I figured it out! Still there is an error though in my compiled script: Are you using maven install? The project is now using maven to build the .jar You need to open the maven toolbar like so: https://stackoverflow.com/a/54485972 And then run maven install You no longer need to configure an artifact / libraries in the project settings. If you still have difficulties I'd recommend just creating a new project from the GitHub source. It should tell you that it is a maven project and set everything up correctly. If you still have issues after trying that, I can help you out at some point, just drop me a private message. Edited February 18, 2019 by Explv Quote Link to comment Share on other sites More sharing options...
BananaTown Posted February 18, 2019 Share Posted February 18, 2019 this script works great for small tasks that i need to do when preparing accs for something else 1 Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 20, 2019 Share Posted February 20, 2019 On 2/18/2019 at 9:17 AM, Explv said: Are you using maven install? The project is now using maven to build the .jar You need to open the maven toolbar like so: https://stackoverflow.com/a/54485972 And then run maven install You no longer need to configure an artifact / libraries in the project settings. If you still have difficulties I'd recommend just creating a new project from the GitHub source. It should tell you that it is a maven project and set everything up correctly. If you still have issues after trying that, I can help you out at some point, just drop me a private message. It worked thanks! Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 20, 2019 Share Posted February 20, 2019 (edited) Cooks Assistant should be added as a requirement to start skilling activity cooking using the lumbridge stove or else the bot gets stuck there talking to the chef. One bot got stuck in The Restless Ghost trying to talk to the guy in the cabin in the lumbridge swamp, whilst the door wasn't open. I've never seen this bug before, but to fix it I had to manually pause the script then click the door to open it. For reference the bot was standing right outside the door when it happened. logger: it happened again, with the same log output in the wizard tower during the same quest and during Rune Mysteries. Running the newest OSbot with lowcpu. Edited February 20, 2019 by Nor3g Quote Link to comment Share on other sites More sharing options...
ItPoke Posted February 20, 2019 Share Posted February 20, 2019 8 hours ago, Nor3g said: Cooks Assistant should be added as a requirement to start skilling activity cooking using the lumbridge stove or else the bot gets stuck there talking to the chef. One bot got stuck in The Restless Ghost trying to talk to the guy in the cabin in the lumbridge swamp, whilst the door wasn't open. I've never seen this bug before, but to fix it I had to manually pause the script then click the door to open it. For reference the bot was standing right outside the door when it happened. logger: it happened again, with the same log output in the wizard tower during the same quest and during Rune Mysteries. Running the newest OSbot with lowcpu. The quests are a bit busted atm, if the npc's ain't in the specified area, as stated on github https://github.com/Explv/Explvs-AIO/issues/43 If you know a bit about coding feel free to fix it, everything you need to know is in the issue thread. Quote Link to comment Share on other sites More sharing options...
phiercee1 Posted February 22, 2019 Share Posted February 22, 2019 (edited) Is downloading the new version the same process for a Mac as stated above? Edited February 22, 2019 by phiercee1 Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 22, 2019 Share Posted February 22, 2019 16 minutes ago, phiercee1 said: Is downloading the new version the same process for a Mac as stated above? I don't have a mac but the jar file is OS universal. Just locate your OSbot/scripts folder and put it there. Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 23, 2019 Share Posted February 23, 2019 Suggestion: Make the loop task able to go in reverse. Now it has to go through the tasks before it can loop it and randomize it. It would be nice to be able to place it on the top then maybe instead of saying loop the past 3 task, loop the past -3 tasks so that it could be placed on the beginning then it loops the next tasks instead. Quote Link to comment Share on other sites More sharing options...
Nor3g Posted February 25, 2019 Share Posted February 25, 2019 Musa point fishing is broken, the logger spams that it is unable to find a path. Quote Link to comment Share on other sites More sharing options...
Prototype G Posted March 2, 2019 Share Posted March 2, 2019 while mine this bot is able to change the pick? at levels 21, 31, 41? Quote Link to comment Share on other sites More sharing options...
Prototype G Posted March 3, 2019 Share Posted March 3, 2019 (edited) I used the bot of aio to mine iron ore and work perfect, the problem is that the characters mine on the number 1 side that will show in the next image and the rats kill them at every moment, if you can place the characters minen on side 2 that I show in the image, the rats would not disturb the character. Edited October 26, 2019 by Prototype G 1 Quote Link to comment Share on other sites More sharing options...