Jump to content

Request For Help! *Please*


Swisher Sweets

Recommended Posts

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.

Link to comment
Share on other sites

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 :)

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

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>
Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...