elemt Posted September 19, 2015 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?
Tom Posted September 19, 2015 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 {
elemt Posted September 19, 2015 Author 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!
Tom Posted September 19, 2015 Posted September 19, 2015 I did not. Thank you, that fixed it! No problem, happy scripting.