Good day everyone!
Trying to make a setup window for my script, but I just keep getting this error. Any one knows what seems to be wrong?
package com.probots.skill;
import javax.swing.JFrame;
public class ProgressiveWoodcutterSetup {
public static void main(String[] args) {
// let's run this setup window without a script
new ProgressiveWoodcutterSetup(null);
}
public ProgressiveWoodcutterMain mainScript;
public ProgressiveWoodcutterSetup(ProgressiveWoodcutterMain m) {
// this lets us talk to the main script
this.mainScript = m;
// now show the setup window
showSetup();
}
public void showSetup() {
System.out.print("Setup initialised");
JFrame mainFrame = new JFrame("Progressive woodcutter setup");
mainFrame.setSize(320, 320);
mainFrame.setVisible(true);
}
}
ERROR
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\Users\juuha\Desktop\osbot.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer not in module
Mater Farmer Ready Accounts 99 Thieving 100% Clean & Unregistered Rouge Outfit 99 Thieving Farming 60-75 Accounts have random stats trained such as combat and random skilling levels.
I'm the original owner.
No email set.
Price 300m
Script just keeps getting task from vannaka over and over, [INFO][Bot #1][05/02 08:26:00 em]: No dialogue detected.
If i manually press Check in the slayer gem it will continue as usual
Hey khal i really loves this script! Good work. The only thing i would like to add would bee to make the script refill the blowpipe when its out of scales/darts
Hi i really love the script, just bought it. I only found one problem so far, every time i start the scirpt at Camelot bank, it withraws everything it needs and rearange the inventory, and then it just stays AFk until i press the map manually, then it works great. This needs to be done manually every time the bot gets ready for a new trip aswell. Any fixes on this? I use Mirror mode