tron_cat 0 Share Posted April 1, 2021 (edited) So I have recently begun scripting and was just fixing some bugs with a script I wrote. Everything was fine up until this last error: Incompatible types. Found: 'org.dreambot.api.script.Category', required: 'org.dreambot.api.script.Category' This bug doesn't make sense to me since they are literally the same type, anyone ever encountered this error? Here's a screenshot of the code: For context I'm using IntelliJ. I've also tried changing the category to other ones but it's the same thing. Also tried producing a .JAR file and running the script anyway but it must not be working since DreamBot doesn't detect my script. Any advice would be appreciated Edited April 1, 2021 by tron_cat Link to comment Share on other sites More sharing options...
Pandemic 2425 Share Posted April 1, 2021 Is your dependency the right client.jar? You can also try cleaning your project and doing a complete rebuild. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now