If you're trying to do insert other media and use url you can use imgur for static pictures and I recommend google photos for gifs(had issues with imgur and so did others). Make sure you open the photo in another tab so it's the only thing on screen tho; like these 2 links of my bird. One from imgur one from google photo.
(bit.ly is google photo. shorten because was long. Also forced both to show link instead of photo.)
https://i.imgur.com/cuSBZzG.jpg
https://bit.ly/3bgzvj4
@Nouk111 Usually issue are something like
Wrong details entered
ISP blocked the connection to osbot (try opening without proxy to test)
Might have to get into contact with the proxy provider if you didn't run out of time, because the proxy could be experiences issue that they need to fix.
@LKSim You could not switch targets till the current target is either , doesn't exist/dead, or starts/is interacting with another player that isn't yours(or if target is null of course).
EDIT: Btw I noticed you put this in the sub forum Snippets it's suppose to go in the general scripting help forum area.
@GardzzThe only other quester you will find here will already be in Stealth Quester and they won't even be close to as good as Stealth Quester. Normally they have 1-6 quests.
Alright try this then
cd "C:\Program Files (x86)\Java\jre1.8.0_241\bin"
java -jar "Jarpath example -> C:\Users\pcUser\Desktop\osbot 2.5.70.jar"
in -jar you will put the path to osbot jar. like mine is on the desktop and that's the path for the example.
@noobiefoo Normally you would do
java -jar "osbot 2.5.70.jar"
But I guess in your case I think you do it like this.
C:\Program Files (x86)\Java\jre1.8.0_241\bin\java.exe -jar "osbot 2.5.70.jar"
@greiter Min reqs are 70/70/70, but people say to use it at 99str and 85-92 hp. I personally don't bother since full obby as 99str and att can get you 92k/hr just sitting there sipping absorptions and overloads
The config below. Drop it in C:\Users\You\OSBot\Data\StealthNmz
I am not using dharok but you could probably change it to use darhok and see if it starts working for you.
yes
@mousbros Pretty sure you're reseting the counter every time at the start of the case. Log the int at the start of the case and the end and see if it is being reset each time. Also you can do ItemsMade++; instead of ItemsMade +=1;
@mousbros Make a int called whatever you want. Then you have 2 options you can either track it based off what is in your bank when you go to bank or do int++ after everytime you mine the ore.