Jump to content

strange_sts

Trade With Caution
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by strange_sts

  1. 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.
  2. Okay so I am not too familiar with eclipse or OSbot so my answer may sound very stupid or may be hard to follow... however i encountered the same problem, but messed with setting inside eclipse and then it suddenly loaded my local scripts after exporting my script for the 20th time hahahah. So my advice may be completely garbage to you, but this is what i did. I freshly installed eclipse, made my basic script (used multiple templates and none would load in my local scripts in OSbot directory after exporting) I began getting very frustrated and figured something had to be messed up with how it was compiling, so I clicked on my PROJECT folder(NOT the main.java file or whatever name you chose) then went to the FILE tab on the top left, then clicked PROPERTIES, and then a window will pop up. From there i clicked on Java Compiler and unchecked the 2nd box from the top so that it would allow me to manually change the settings to 1.7 for the first 2 boxes, then decided to apply those settings. Finally I clicked the box that makes it so i cant change those settings (2nd box from top) then hit apply again. Whenever i hit apply the first time it had to change my project around and ever since i did that i could export fine and it would read my scripts. I think this had something to do with eclipse, i had set setting to 1.7 when i created my project however it didn't set it up that way i guess and when i applied the settings after messing with compiler it worked. I know my directions are confusing and seem pointless because technically all i did was change the settings a bit then change them back, but it worked for me and i hope it helps you hahahahaha, otherwise i am just going to sound way stupider than i already do BTW i compiled your script as well and it loaded in my directory so your script itself is fine. it has to be your compiling options or you're not exporting it to the OSbot/scripts folder
×
×
  • Create New...