Jump to content

Explv

Scripter II
  • Posts

    2313
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Explv

  1. Looks like the Tutorial Island task isnt being added when you run the script in CLI mode. Will fix it tonight and let you know
  2. Download the .jar file that I linked you, and put it in C:\Users\YourUsername\OSBot\Scripts Obviously replacing "YourUsername" with your windows username. Refresh the script list in OSBot and it will appear
  3. Are you using the SDN version of the script? There is an issue where the script won't start. I have messaged the devs because I have no idea what's wrong with it. The open source version should work: https://github.com/Explv/Explvs-AIO/releases/latest Let me know if it doesn't
  4. I've filed the bug https://github.com/Explv/Explvs-AIO/issues/51 I'll fix as soon as I can. Thanks for the report
  5. The for loop is redundant, the script is already looping, so you can just call interact(filter) and it will progress through the inventory. As everyone else suggested, you should add a sleep after the interact to wait for the potion to actually be consumed before trying to drink the next one.
  6. https://github.com/Explv/Explvs-AIO/blob/master/AIO/src/org/aio/util/MakeAllInterface.java
  7. Pushed an update, please download the latest version https://github.com/Explv/Tutorial-Island/releases/latest
  8. Here is an example: java -jar "OSBot 2.5.31.jar" -login osbot_user:osbot_passwd -bot osrs_user:osrs_passwd:pin -script "\"Explv's AIO v3.2\":example.config"
  9. You pass the name of your config file (that you previously saved from the GUI) as the script parameter
  10. There isn't currently a way to change worlds from the login screen. You can use the world hopper after logging in. But afaik the only way to choose a world before logging in, is by using the CLI flag.
  11. You start the bot from the command line, and specify a world. java -jar "C:\Users\YourUsername\Downloads\OSBot 2.5.31.jar" -world 499 If you don't understand that, consider using my osbot manager which has this functionality built in: https://osbot.org/forum/topic/100554-explvs-osbot-manager/
  12. Done https://github.com/Explv/Explvs-AIO/releases/latest
  13. I have filed an enhancement request on the repo https://github.com/Explv/Explvs-AIO/issues/40 Will get to it when I have time
  14. He shouldn't be using either. getTabs().open(Tab) will sleep until the tab is open anyway. + He should be using configs like here: https://github.com/Explv/Tutorial-Island/blob/master/src/sections/SurvivalSection.java#L35
  15. What do you mean by still the same issue? Does the ConditionalSleep never get executed in this case? If the inventory tab is already open, the bot won't click on the inventory tab.
  16. Refer to https://osbot.org/forum/topic/96006-explvs-aio-13-skill-aio-in-1-script/?do=findComment&comment=1811642
  17. Refer to https://osbot.org/forum/topic/96006-explvs-aio-13-skill-aio-in-1-script/?do=findComment&comment=1811642
  18. Are you using the SDN version? I Noticed the same thing, I'll need to do some debugging to figure out watsup with that. If you are using the SDN version, I'd suggest that In the mean time you use the open source version (it's identical) https://github.com/Explv/Explvs-AIO/releases/latest
  19. New feature: using dax walker to create walkable paths: https://gyazo.com/2f73e2d77d6e99aa14e44ce939e98568 Use the new "Dax Path" tool. Credits to itsdax for his web walking API: https://github.com/itsdax/Runescape-Web-Walker-Engine
  20. Added Romeo & Juliet quest Added Cook's Assistant quest Thanks to @ItPoke https://github.com/Explv/Explvs-AIO/releases/latest
  21. Added Romeo & Juliet quest Added Cook's Assistant quest Thanks to @ItPoke https://github.com/Explv/Explvs-AIO/releases/latest
  22. Pushed a fix, please download the latest version: https://github.com/Explv/Tutorial-Island/releases/latest
  23. Hmm, I'm wondering if this happens if you burn two shrimps. Any idea if that's the case? I didn't think it was possible to burn two, but perhaps it is. I'll take a look at this later today and see if I can make this a bit more robust
×
×
  • Create New...