Everything posted by pigfarmer
-
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!
-
How to get the current ID of Npc I am intreratcting with
Hi! I am trying to get the Id of the NPC that the bot i currently interacting / attacking. Dose anyone have any idea of how this is possible?
-
How do I create a BotMouseListener??
- How do I create a BotMouseListener??
Hi! I have tried to create a mouse listener but I am not able to do it. Dose anyone here know how to do it?- OSbot wont start on ubuntu
Hi Trying to start osbot on my ubuntu 20 machine. I have java 8 installed, gives is "chmod +x" and then run it like "sudo java -jar "OSBot........jar" After I do this nothing happens. Sometimes I get a message saying something like "setting up proxies...." but nothing more. Is there someone that knows what I am doing wrong??- Perfect Fighter AIO
Sand crabs still not working for me. Playing on mirror mode Player runs away then gets stuck when returning- Perfect Fighter AIO
WHen doing sand crabs in zeah the script gets stuck then there is no more crabs that argo. Bot goes away but then gets stuck and dose not return. Running on mirror mode "worldhop_sequence" changed to "0" [INFO][Bot #1][11/28 12:14:13 em]: Command (worldhop_sequence) changed from (0) to (0) [INFO][Bot #1][11/28 12:14:13 em]: Exception in script thread 2: java.lang.NullPointerException at b.c.b.b.prn.G(yc:40) at b.c.b.nUL.g(zc:617) at a.pRn.L(sw:868) at a.pRn.onLoop(sw:1629) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(qk:162) at java.lang.Thread.run(Unknown Source)- What is ok price?
What is an OK price for 99 cooking?- What is ok price?
What is the expected price for this account?- How to detect if CLI parameters are given in script
I think my question was poorly worded, my fault. I meant if I am trying to make something and looking for if the user has put in CLI-parameters in the command line. Thanks for the comment tho!- How to detect if CLI parameters are given in script
That's exactly what I'm looking for! Thought that the method did not return anything after reading up on it on the API forum. That's why I asked if anyone cares LOL Thanks For the help @HunterRS ! - How do I create a BotMouseListener??