Jump to content

Explv

Scripter II
  • Posts

    2315
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. Explv

    Explv's Walker

    If you are getting a web walking error, that is because OSBot has not updated their web walker yet. This script just utilises their web walker. The map should be up to date as of 9th Feb. Are you sure you're not thinking of the Draynor Village Port? It looks like they will update the web walker in the next OSBot version: https://osbot.org/forum/topic/151614-dev-build-osbot-2540/
  2. 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.
  3. Fixed: https://github.com/Explv/Explvs-AIO/releases/latest
  4. Explv

    Explv's Walker

    What changes?
  5. The above, or use local coordinates, and translate them using map base X and base Y
  6. Apologies I've been really busy with work. Will get to it asap
  7. Your project language level is set to 11 in the first image. It should be 8
  8. 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
  9. Try the new version, it should work now
  10. Ah ? I've broken so much stuff in the last few updates, hold tight i'll push ANOTHER update
  11. 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
  12. Okay think I figured it out, thanks for the useful example. Should be fixed now in the latest version. Also thanks for the donation
  13. Is that still happening on v2.0.3? I'll PM you my PayPal, I appreciate your generosity
  14. That's super weird. Could you try again with the latest version I just pushed?
  15. 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?
  16. Pushed an update, let me know if it still doesn't work. Thanks
  17. 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
  18. Will fix this evening Will take a look
  19. 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
  20. OSBot does allow socket connections, and yes you can make post requests
  21. Not a fan of laptops so 0/10
  22. 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
  23. Fixed, please download latest version: https://github.com/Explv/Explvs-AIO/releases/latest
  24. Will take a look
  25. Yeah I think there's one or two lying around somewhere
×
×
  • Create New...