Jump to content

Local Script won't show up in OSBot


Recommended Posts

Posted

I made a script and exported the jar file. I placed it in the OSBot/scripts directory, ran OSBot and hit refresh on my scripts. The script won't show up and the console output in OSBot shows 'Loaded 0 local scripts and 0 custom random solvers!' when I click the refresh option. Is is checking in the wrong directory somehow? Can I change or verify the location it's searching for my script?

Posted

I made a script and exported the jar file. I placed it in the OSBot/scripts directory, ran OSBot and hit refresh on my scripts. The script won't show up and the console output in OSBot shows 'Loaded 0 local scripts and 0 custom random solvers!' when I click the refresh option. Is is checking in the wrong directory somehow? Can I change or verify the location it's searching for my script?

 

Have you got your ScriptManifest and stuff in your script?

@ScriptManifest(author = "Mykindos", info = "osFisher - AIO Fisher", name = "osFisher", version = 1.06, logo = "http://ggplugins.com/osFisher/logo.png")
public class osFisher extends Script {
Posted

 

Have you got your ScriptManifest and stuff in your script?

@ScriptManifest(author = "Mykindos", info = "osFisher - AIO Fisher", name = "osFisher", version = 1.06, logo = "http://ggplugins.com/osFisher/logo.png")
public class osFisher extends Script {

 

I did not. Thank you, that fixed it!

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...