Removed
Using intellij I'm getting the error:Quote:
What version of java did you use?
P.S. I'm having troubles compiling the source, could you make a short tutorial?
I think Java 11. You need to install the IntellIJ Lombok plugin from their Plugin hub.Quote:
What version of java did you use?
P.S. I'm having troubles compiling the source, could you make a short tutorial?
Using intellij I'm getting the error:
"Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved"
when I run the build task but I assume I'm doing this wrong, how do I manage to use the patcher?
In the pokebot-client go to build.gradle and change the patched location to the location of the patched jar. Also change the asset location to the location of where you extracted PBO.Quote:
I can manage to make a patched jar now, but, I get the error "Unable to initialize main class com.pbo.desktop.DesktopLauncher" when I run the "run" task for pbo-client.
I thought too this were to be the problem but I have the correct path to the file.. I'll try again thoughQuote:
In the pokebot-client go to build.gradle and change the patched location to the location of the patched jar. Also change the asset location to the location of where you extracted PBO.