I have set up the IntelliJ IDEA as:
Now, when I try to debug the script everything works like expected. But if edit the script, recompile the package and reload the OSBot GUI, nothing happens....
I have to re-run the entire package for the scripts to update
Dose anyone know what I am doing wrong?
Hi!
I am trying to get all the options in the "Choose options" tab when a user right-clicks on something.
If anyone has any knowledge of how to do this, feel free to comment down below
Hi!
I am trying to create a file like this in java via OSBOT:
File myFile = new File("nameOfFile.txt");
I get:
Blocked permission: ("java.io.FilePermission" "nameOfFile.txt" "write")
I have tried to run osbot as sudo but it dose not seem to work.
If anyone knows how to fix this problem, feel free to write a comment
Hi
I am trying to figure out how to get the current RS2Object that the bot is interacting with.
I am looking for something like;
myPlayer().isInteracting(getObjects().closest(getObjects().getAll());
If someone knows a way to do this, feel free to comment