Jump to content

jakemuell1925

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by jakemuell1925

  1. Hello,Β 

    appreciate any suggestions if you can help figure this out.Β 

    bit of background.. this is running headless on a server using -allow nointerface in a docker container.Β 

    so far only osMiner & f2p hill giants has worked,Β  khals woodcutter worked for a bit on the server itself but before and since that time bot cant locate the .properties file, and other scripts with CLI havent really worked. My own scripts are not able to be found, played around with various places to put the script, names,Β  files and permissions, nada.Β 

    this is how I'm naming it usually

    picture of the filestructure

    Β 

    Β 

    java -jar /usr/share/OSBot/osbot.jar -debug 5007 -allow nointerface -login usr:pw.123 -bot bot@gmail.com:botpw:1234 -script jakesbird:null -world 347Β cat /proc/$(ps aux | grep "/usr/share/OSBot/osbot.jar" | grep -v grep -m 1 | awk '{print $2}')/fd/1

    Β 

    Β 

    Β 

    package script;

    import org.osbot.rs07.script.Script;
    import org.osbot.rs07.script.ScriptManifest;
    import sections.*;
    import util.Sleep;

    @ScriptManifest(author = "jakemuell1925", name ="jakesbird", info = "Completes Tutorial Island", version=0, logo = "")
    public final class TutorialIsland extends Script {

    Β 

    Quote

    Β 

    Β 

Γ—
Γ—
  • Create New...