-
Looking for 70-99 construction account
Looking for 70-99 construction account, no bans
-
Cant reload script while debuging in IntelliJ IDEA
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?
-
Is it possible to read text from a website to use the data for OsBot at runtime
I am by no means a "pro programmer", but i would use GET-requests and then find the data you want to parse to the bot.
-
Looking for 95 MAGIC account
I am looking for an account with at least 95 MAGIC! Can pay in whatever currency you want other than GP
-
How to get the walk position the mouse hovers over
I want to get the Position coordinates like in the debugger but in code format ofc. Do you know any solutions for this?
-
How to get the walk position the mouse hovers over
Hi! I am trying to get the walk position that the cursor is hovering over. If someone knows how to do this, please leave a message
-
How to get the "widget" of options when I right click
Thank you!
-
How to get the "widget" of options when I right click
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
-
Help with java permissons
Thanks! By "Osbot data folder" I guess you mean "OSBot/Data/". Am i wrong?
-
Help with java permissons
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
-
Get current object myPlayer is interacting with
I just want to know if the bot is interacting with a object and if so, what is the object?
-
Get current object myPlayer is interacting with
This dose not work unfortunately:( It seems like you can not cast a RS2Object to a Character Anyone else that knows who this could be done???
-
Get current object myPlayer is interacting with
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
-
Get current armor and weapons equiped
Hi! I am trying to get the armor and weapons that the bot is currently using. Something like this; myPlayer().getArmor();
-
How to get the current ID of Npc I am intreratcting with
Thanks for the help!