zeroter5 Posted February 10, 2017 Share Posted February 10, 2017 I have just started creating some very basic scripts, at first I was able to export them into my Osbot scripts folder, they'd show up in client and i could run them. Then somehow something broke and now only the local Woodcutter V- 0.1 shows even though I have 3 scripts in my script folder. Also if I remove the script that has the code for the Woodcutter it still stays in the Script Selector. So for example there will be GoblinKiller and Script1 in the Script folder and the Woodcutter will still show(it's named Script Update Tester in the folder in the screenshot) but it won't be runable. I've tried redownloading osbot, removing the osbot.jar build path and re-adding it but no luck. Has anyone had any similar issues? image of my situation - Quote Link to comment Share on other sites More sharing options...
Stimpack Posted February 10, 2017 Share Posted February 10, 2017 check @ScriptManifest name for each script Quote Link to comment Share on other sites More sharing options...
naaiz Posted February 10, 2017 Share Posted February 10, 2017 @ScriptManifest(name = "This should be a unique name", author = "yourName", version = 0.01, info = "", logo = "") Quote Link to comment Share on other sites More sharing options...
Prozen Posted February 10, 2017 Share Posted February 10, 2017 (edited) Make sure you didn't export more than one script with the same name in the script manifest. Just delete all the jars from the script folder and re export them all with different names. Edited February 10, 2017 by Prozen Quote Link to comment Share on other sites More sharing options...
zeroter5 Posted February 10, 2017 Author Share Posted February 10, 2017 (edited) Thank you for the suggestions! as soon as I have time test suggestions ill post back if they work Edit - I changed the names in the script manifest to match the file names and it worked, thank you all for the help! Edited February 11, 2017 by zeroter5 Quote Link to comment Share on other sites More sharing options...