Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Help setting up Intellij


    Devamo

    Recommended Posts

    I followed a tutorial to set up Intellij, and followed it to a T, but I can't get the Jar to show in local scripts, please advise

    I created project > named it Fighte

    Created new class called Main.Java

    File > Project structure > Libraries >client.jar 

    code:

    import org.dreambot.api.script.AbstractScript;
    import org.dreambot.api.script.Category;
    import org.dreambot.api.script.ScriptManifest;
    
    @ScriptManifest(
            author = "Devamo",
            description = "testBot",
            category = Category.COMBAT,
            version = 0.01,
            name = "testBot"
    )
    public class Main extends AbstractScript {
        @Override
        public int onLoop() {
            return 0;
        }
    }
    

    File > Project structure > Artifacts > Jar empty > named fighter > changed output folder to dreambot/scripts > put module output for fighter > apply>build

    it creates Jar file in scripts folder, but can't find on local scripts in dreambot client, how to fix this?

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.