Swisher Sweets Posted December 26, 2022 Share 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. Quote Link to comment Share on other sites More sharing options...
FuryShark Posted December 26, 2022 Share Posted December 26, 2022 @Gunman would love to help you Quote Link to comment Share on other sites More sharing options...
Clayplug Posted December 26, 2022 Share Posted December 26, 2022 Hey, pm me. I'll definitely help if you still need it Quote Link to comment Share on other sites More sharing options...
Swisher Sweets Posted December 26, 2022 Author Share Posted December 26, 2022 52 minutes ago, FuryShark said: @Gunman would love to help you Sweet i PM'ed him thank you! Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted December 27, 2022 Share 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 Quote Link to comment Share on other sites More sharing options...
Swisher Sweets Posted December 31, 2022 Author Share 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! Quote Link to comment Share on other sites More sharing options...
expWaster Posted April 25, 2023 Share 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> Quote Link to comment Share on other sites More sharing options...
Wacky Jacky Posted April 25, 2023 Share 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 Quote Link to comment Share on other sites More sharing options...
Makar Posted July 4, 2023 Share Posted July 4, 2023 I used eclipse to Quote Link to comment Share on other sites More sharing options...
Dextrell Posted August 23 Share Posted August 23 Try this Quote Link to comment Share on other sites More sharing options...