Jump to content

Java & Python Language Help


Recommended Posts

  • 2 months later...
Posted

You'd need to stick with Java for making scripts for OSbot since it’s built for Old School RuneScape, which is Java-based. Python’s great and all, but for OSbot scripting, Java's your go-to. So if your main goal is OSbot scripts, start with Java. If you're interested in general scripting and automation, Python's awesome, but it won't help with OSbot.

  • 2 months later...
Posted

Now I'm curious, could you use Jython and have osbot as an export so you can use the OSBOT api on your python script, through a java class you can run jython and have a script manifest to start your script with the common methods used the python interpreter will execute the scripts functions through those methods?

https://www.jython.org/

I'm not sure how this works under the hood but if it loads the files as an input stream that's inside the jar OSBot may throw some errors with that I've been having trouble loading anything as a resource...

 

  • 3 months later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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