elemt Posted September 19, 2015 Share Posted September 19, 2015 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? Quote Link to comment Share on other sites More sharing options...
Tom Posted September 19, 2015 Share Posted September 19, 2015 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 { Quote Link to comment Share on other sites More sharing options...
elemt Posted September 19, 2015 Author Share Posted September 19, 2015 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! Quote Link to comment Share on other sites More sharing options...
Tom Posted September 19, 2015 Share Posted September 19, 2015 I did not. Thank you, that fixed it! No problem, happy scripting. Quote Link to comment Share on other sites More sharing options...