imschwaggy Posted October 14, 2016 Posted October 14, 2016 how do i add a local script on windows 10 , what do i save the file as for it to work? .jar (didnt work) .java (didnt work) do i do .bat as i did to run the osbot client? unsure what to do at this point. when i refresh the scripts the new local script doesnt come up. and i have a copy of it saved in every folder i can think of.
Bucket1337 Posted October 14, 2016 Posted October 14, 2016 (edited) make sure u safe it in the right directory this is mine: C:\Users\(PCNAME)\OSBot\Scripts\*.jar Edited October 14, 2016 by Slawa
imschwaggy Posted October 14, 2016 Author Posted October 14, 2016 make sure u safe it in the right directory this is mine: C:\Users\(PCNAME)\OSBot\Scripts\*.jar same here, for some reason it doesnt show up in the osbot script list. i have it saved as .bat .jar and .java none of them show. its weird.
Bucket1337 Posted October 14, 2016 Posted October 14, 2016 same here, for some reason it doesnt show up in the osbot script list. i have it saved as .bat .jar and .java none of them show. its weird. Did u try refreshing?
Rudie Posted October 14, 2016 Posted October 14, 2016 (edited) same here, for some reason it doesnt show up in the osbot script list. i have it saved as .bat .jar and .java none of them show. its weird. Make sure to have set a scriptmanifest inside the script. Edited October 14, 2016 by Taylor Swift
porkcow Posted October 14, 2016 Posted October 14, 2016 try refreshing bro like what they say, should work
imschwaggy Posted October 14, 2016 Author Posted October 14, 2016 Make sure to have set a scriptmanifest inside the script. whats that? yeah lol in the post i said it doesnt come up when i refresh, any of you know what a script manifest is? and are any of those scripts wilderness looter scripts? lol thats what im trying to make work right now try refreshing bro like what they say, should work Did u try refreshing? Make sure to have set a scriptmanifest inside the script. @ScriptManifest(name = "Looting wildy 318", author = "MattGp", logo = "", version = 0.0, info = "") that?. i have it saved as what it says in there . "Looting wildy 318.jar" "Looting wildy 318.java" "Looting wildy 318.bat" all 3 ways, it doesnt come up.
Rudie Posted October 14, 2016 Posted October 14, 2016 whats that? yeah lol in the post i said it doesnt come up when i refresh, any of you know what a script manifest is? and are any of those scripts wilderness looter scripts? lol thats what im trying to make work right now @ScriptManifest(name = "Looting wildy 318", author = "MattGp", logo = "", version = 0.0, info = "") that?. i have it saved as what it says in there . "Looting wildy 318.jar" "Looting wildy 318.java" "Looting wildy 318.bat" all 3 ways, it doesnt come up. Did you even compile the script or did you just change the file extension from .java to .jar?
imschwaggy Posted October 14, 2016 Author Posted October 14, 2016 Did you even compile the script or did you just change the file extension from .java to .jar? how do i do that? im new to this, havent done anything like this in YEARS. since like 2012/2013.
Bucket1337 Posted October 14, 2016 Posted October 14, 2016 how do i do that? im new to this, havent done anything like this in YEARS. since like 2012/2013. Check some scripting tutorials in the tutorial section. there are explantions on how to compile a script.
imschwaggy Posted October 14, 2016 Author Posted October 14, 2016 Did you even compile the script or did you just change the file extension from .java to .jar? Check some scripting tutorials in the tutorial section. there are explantions on how to compile a script. downloaded it, but which program do i install within the eclipse installer? the one i used didnt have java as an export option