Bukowski Posted June 21, 2015 Posted June 21, 2015 So, I recently decided to give writing my own scripts a shot as a way to use my java knowledge. I created my first script today and I've been trying to export the file properly so that it appears in my local scripts when I use the client. However, no matter what i do, it does not appear. What can I do to fix this issue??
Extreme Scripts Posted June 21, 2015 Posted June 21, 2015 Make sure your build path is set to your OSBot/Scripts folder.
Bukowski Posted June 21, 2015 Author Posted June 21, 2015 (edited) Thank you for your response. I have the exported .jar file placed in my /Scripts folder. Maybe it's set up improperly? Edited June 21, 2015 by Bukowski
Twin Posted June 21, 2015 Posted June 21, 2015 Thank you for your response. I have the exported .jar file placed in my /Scripts folder. Maybe it's set up improperly? Can you pastee your code? You could be missing thee script manifest.
Bukowski Posted June 24, 2015 Author Posted June 24, 2015 Here's the portion with my imports and script manifest. When I put it together, I used Apaec's tutorial as a guide.
boreeceov Posted June 25, 2015 Posted June 25, 2015 Here's the portion with my imports and script manifest. When I put it together, I used Apaec's tutorial as a guide. Hey guys, Used the exact same post to create my own script yesterday, and am having the same result; however, I have placed a .java file there, (not a jar)... Listening in for a resolution.