moneyman122 0 Posted December 4, 2018 Hey I have a Local script in script folder that is not being displayed in the client? Was working earlier and noticed it was being cached. Tried again and no beuno. any thoughts?
Hashtag 9073 Posted December 4, 2018 Is it the only file in the directory? Make sure you have ScriptManifest annotation in your main class which extends either AbstractScript or TaskScript. Run the client through cmd to see the errors debug console might fail to catch.
Nuclear Nezz 2107 Posted December 4, 2018 You may have an error in the script jar. I would suggest either deleting the jar and recompiling it, or fixing the error. Make sure you have the latest version of dreambot as your build path, as well.
moneyman122 0 Author Posted December 5, 2018 So I fixed it sort of. What fixed it was adding the meta-inf manifest.mf in the scripts folder. Weird.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.