Webwalking throws me this error.
java.lang.NoClassDefFoundError: Could not initialize class org.osbot.NUL
at org.osbot.rs07.event.WebWalkEvent.<init>(ci:207)
at org.osbot.rs07.api.Walking.webWalk(pf:12)
at Filler.onLoop(Filler.java:74)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(nl:235)
at java.lang.Thread.run(Thread.java:748)
I just do:
getWalking().webWalk(location);
Got an error when doing Ernest the Chicken.
The bot stood still on the second floor of the mansion. Just before completing the quest.
DEBUG] Executing stage: 2
[INFO][Bot #1][04/14 03:15:24 PM]: [DEBUG][INERACTIONS] No destination tile found
[INFO][Bot #1][04/14 03:15:24 PM]: [ERROR][INTERACTIONS] No valid tile found
Going up and down on the staircase fixed the error thought.
First get to know Java.
Try to make your own scripts, check other people their source code, check here: https://osbot.org/forum/forum/250-tutorials/.
Just every tutorial @Explv wrote is super good learning material.
Goodluck.