Ok so i'm just trying to make a script to walk from lumbridge to different locations depending on what the user selects. In Eclipse it shows no errors but then when I run the script I get this error in the Debug.
[ERROR][08/22 02:01:53 PM]: Failed to start script [Chambo's Bot Walker PRO]
java.lang.NoSuchMethodException: Main.<init>()
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at org.osbot.PRN.run(cf:278)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
And here is my Source:
If someone could help me solve this that would be awesome! Thanks!