Swisher Sweets Posted December 26, 2022 Posted December 26, 2022 Hey, I have been wanting to start writing scripts for some time now and would love to start here at OSBOT. My only problem is I cant not get my IntelliJ setup correctly to even start. Can someone share a outdated useless project with me or please help me via team-viewer or something? I feel like a idiot even asking but I cant even start to learn because I can't get the first part right. Thanks so much in advance to whomever helps! I promise i didnt try one time and then come here, I have tried countless times and even tried switching to different Bots thinking it was possibly the API.
Clayplug Posted December 26, 2022 Posted December 26, 2022 Hey, pm me. I'll definitely help if you still need it
Swisher Sweets Posted December 26, 2022 Author Posted December 26, 2022 52 minutes ago, FuryShark said: @Gunman would love to help you Sweet i PM'ed him thank you!
Khaleesi Posted December 27, 2022 Posted December 27, 2022 10 hours ago, Akov X said: Hey, I have been wanting to start writing scripts for some time now and would love to start here at OSBOT. My only problem is I cant not get my IntelliJ setup correctly to even start. Can someone share a outdated useless project with me or please help me via team-viewer or something? I feel like a idiot even asking but I cant even start to learn because I can't get the first part right. Thanks so much in advance to whomever helps! I promise i didnt try one time and then come here, I have tried countless times and even tried switching to different Bots thinking it was possibly the API. basiccally you just start a new project and the only thing you have to do is add the osbot jar you downloaded as a library 1
Swisher Sweets Posted December 31, 2022 Author Posted December 31, 2022 On 12/27/2022 at 1:54 AM, Khaleesi said: basiccally you just start a new project and the only thing you have to do is add the osbot jar you downloaded as a library Thank you!
expWaster Posted April 25, 2023 Posted April 25, 2023 One alternative to Intellij-specific configurations would be to do the following (This assumes you are using Maven, and that you rename the downloaded jar to osbot.jar and put it in the base directory of your project) <dependency> <groupId>org.osbot.rs07</groupId> <artifactId>osbot</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>${basedir}/osbot.jar</systemPath> </dependency>
Wacky Jacky Posted April 25, 2023 Posted April 25, 2023 Does this help? And this starter code snippet? these helped me get going, I used eclipse because IntelliJ looked scary lol, but those 2 are ez to follow. If no succes just keep asking