Jump to content

osbot can't find my local scripts and some sdn


Recommended Posts

Posted (edited)

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

 

 

Edited by jakemuell1925

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...