[PBO] Pokebot API

05/07/2021 10:25 Bert Jan#1
Removed
05/16/2021 01:33 KorenRenegade105#2
What version of java did you use?

P.S. I'm having troubles compiling the source, could you make a short tutorial?

Quote:
Originally Posted by KorenRenegade105 View Post
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?
05/16/2021 17:05 Bert Jan#3
Quote:
Originally Posted by KorenRenegade105 View Post
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?
I think Java 11. You need to install the IntellIJ Lombok plugin from their Plugin hub.
05/17/2021 00:37 KorenRenegade105#4
Quote:
Originally Posted by Bert Jan View Post
I think Java 11. You need to install the IntellIJ Lombok plugin from their Plugin hub.
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.
05/17/2021 12:31 Bert Jan#5
Quote:
Originally Posted by KorenRenegade105 View Post
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.
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.
05/17/2021 17:38 KorenRenegade105#6
Quote:
Originally Posted by Bert Jan View Post
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.
I thought too this were to be the problem but I have the correct path to the file.. I'll try again though
05/17/2021 20:16 Bert Jan#7
Quote:
Originally Posted by KorenRenegade105 View Post
I thought too this were to be the problem but I have the correct path to the file.. I'll try again though
It might be easier to talk via Discord. My Discord is Bert Jan#5736 if you need help :).
05/17/2021 23:10 KorenRenegade105#8
Quote:
Originally Posted by Bert Jan View Post
It might be easier to talk via Discord. My Discord is Bert Jan#5736 if you need help :).
Thanks, I sent you a request :DD