gromdabomb Posted May 15, 2015 Posted May 15, 2015 I have a script ready and compiled called "First Fighter" its in the C:\Users\my name\OSBot\Scripts folder but it wont show up in client. Is there a way I can search for scripts or refresh?
FrostBug Posted May 15, 2015 Posted May 15, 2015 Well, for refreshing, you could try the big green refresh button. If that doesn't cut it, try ensuring that the ScriptManifest is filled in 1
gromdabomb Posted May 16, 2015 Author Posted May 16, 2015 (edited) what is this script manifest??? edit: thanks for the response! Edited May 16, 2015 by gromdabomb
strange_sts Posted May 18, 2015 Posted May 18, 2015 The script manifest is kinda in beginning of script after all the imports It should look something like: @Scriptmanifest(author = "your name", name = "script title", info = "description", logo = ""); It might be slightly different, however it must include the 4 different detail things in the manifest. Basically this is how OSbot will index your script. If it is not done correctly then it will not be able to be seen by OSbot. However if you did do this correctly then you have some of problem.