Jump to content

Explv

Scripter II
  • Posts

    2313
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. 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.
  2. Fixed: https://github.com/Explv/Explvs-AIO/releases/latest
  3. The above, or use local coordinates, and translate them using map base X and base Y
  4. Apologies I've been really busy with work. Will get to it asap
  5. Your project language level is set to 11 in the first image. It should be 8
  6. Explv

    Explv's Walker

    Updated I can investigate, but that's a feature of the OSBot web walker 1. No, because my AIO is an open source script, and I don't want to share the source of this script (which is premium) 2. I'll take a look into it 3. I can add an option 4. Both maps are equally accurate 5. I can add an option
  7. Try the new version, it should work now
  8. Ah ? I've broken so much stuff in the last few updates, hold tight i'll push ANOTHER update
  9. There is no way to stop a script through CLI, that's why the stop button closes the client. 7.4 isn't available any more, your old bots should still load on the new one though
  10. Okay think I figured it out, thanks for the useful example. Should be fixed now in the latest version. Also thanks for the donation
  11. Is that still happening on v2.0.3? I'll PM you my PayPal, I appreciate your generosity
  12. That's super weird. Could you try again with the latest version I just pushed?
  13. And you're using v2.0.2 correct? Does anything show up in the logs? If you right click on the configuration and select show log, it might be useful. Are you on Windows or Mac or Linux?
  14. Pushed an update, let me know if it still doesn't work. Thanks
  15. Old versions of the tool will no longer start, make sure you update to the latest version: https://github.com/Explv/osbot_manager/releases/latest New features include: - Auto updater for Explv's OSBot Manager (no more having to go to GitHub and download the latest one) - Auto updater for the OSBot client (you will no longer need to specify the path to your downloaded OSBot .jar, it will be downloaded & updated automatically) - Fixed stopping scripts - Added maven support to the project
  16. Will fix this evening Will take a look
  17. Just Google it. Note that your OSBot scripts may only be clients, your server will have to be a separate program. There is a tutorial on OSBot, idk how good it is But theres tonnes of tutorials online on how to make a socket client and server with Java, and it's no different to how you do it with OSBot
  18. OSBot does allow socket connections, and yes you can make post requests
  19. Not a fan of laptops so 0/10
  20. Yeah agility is super annoying, I'll investigate to see if there's a better way to do it. Please do pm me the config file, I'll take a look at why it's getting stuck
  21. Fixed, please download latest version: https://github.com/Explv/Explvs-AIO/releases/latest
  22. Yeah I think there's one or two lying around somewhere
  23. I will add a "sell all" option for extra clarity I will look into it at some pont, would be a fairly complex change to get it to work in the GUI, but may be possible
×
×
  • Create New...