tron_cat 0 Share Posted April 1, 2021 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 Link to comment Share on other sites More sharing options...
Pandemic 2803 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
Archived
This topic is now archived and is closed to further replies.