Everything posted by Explv
-
Explv's AIO [13 skill AIO in 1 script]
Should be fixed, please download the latest version: https://github.com/Explv/Explvs-AIO/releases/latest Added to the backlog: https://github.com/Explv/Explvs-AIO/issues/53 Should be possible, will get to it when I have time
-
Explv's AIO [13 skill AIO in 1 script]
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
-
Explv's AIO [13 skill AIO in 1 script]
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
-
Explv's AIO [13 skill AIO in 1 script]
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
-
What's everyone's favorite song at the moment?
- Explv's AIO [13 skill AIO in 1 script]
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- Problem with pray pot drinking script.
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.- Make all option?
https://github.com/Explv/Explvs-AIO/blob/master/AIO/src/org/aio/util/MakeAllInterface.java- Explv's Tutorial Island [Free] [Random Characters]
Pushed an update, please download the latest version https://github.com/Explv/Tutorial-Island/releases/latest- Explv's AIO [13 skill AIO in 1 script]
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"- Explv's AIO [13 skill AIO in 1 script]
You pass the name of your config file (that you previously saved from the GUI) as the script parameter- Select a F2P World on first Login?
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.- Select a F2P World on first Login?
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/- Select a F2P World on first Login?
Use the CLI flag -world- Explv's AIO [13 skill AIO in 1 script]
Done https://github.com/Explv/Explvs-AIO/releases/latest- Explv's AIO [13 skill AIO in 1 script]
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- Why is my conditional sleep activating before task complete?
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- Why is my conditional sleep activating before task complete?
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.- Explv's AIO [13 skill AIO in 1 script]
Refer to https://osbot.org/forum/topic/96006-explvs-aio-13-skill-aio-in-1-script/?do=findComment&comment=1811642- Explv's AIO [13 skill AIO in 1 script]
Refer to https://osbot.org/forum/topic/96006-explvs-aio-13-skill-aio-in-1-script/?do=findComment&comment=1811642- Explv's AIO [13 skill AIO in 1 script]
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- Explv's Map
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- Explv's AIO [13 skill AIO in 1 script]
Added Romeo & Juliet quest Added Cook's Assistant quest Thanks to @ItPoke https://github.com/Explv/Explvs-AIO/releases/latest- Explv's AIO Source Code
Added Romeo & Juliet quest Added Cook's Assistant quest Thanks to @ItPoke https://github.com/Explv/Explvs-AIO/releases/latest- Open Source Tutorial Island Script
Pushed a fix, please download the latest version: https://github.com/Explv/Tutorial-Island/releases/latest - Explv's AIO [13 skill AIO in 1 script]