Everything posted by Token
-
Stealth Quester
Where exactly was the bot standing?
-
Script randomly stops? - No value present
Can't make many assumptions without the actual code, but maybe you have an uncaught exception in onStart.
-
Script randomly stops? - No value present
I was just pointing out the message you didn't know where it was coming it the message of a NoValuePresentException or w/e its called, which happens when you call get on an empty optional (call isPresent before), and then printed in a catch block
-
Stealth Quester
Mirror mode may be quite unpredictable sometimes, although from what I've heard most issues were fixed a couple of months ago. What quest was that? I may be able to find some temporary fix for it to work on mirror mode
-
Script randomly stops? - No value present
Look for any try/catch blocks in your onStart/onLoop especially, that's where the error is most likely coming.
-
Stealth Quester
Added 5 new quests on the GUI (56 quests supported now) Biohazard Nature Spirit The Corsair Curse The Dig Site X Marks The Spot Let me know if there are any problems. If everything's alright, I've got another 5 ready
-
Stealth Quester
RAM/CPU/Bandwidth, happens when running too many applications/bots and the PC eventually reaches a limit
-
Stealth Quester
I haven't encountered that myself, but I guess it may happen when running low on resources. I've pushed an update which should fix it.
- Stealth Quester
-
Stealth Quester
Scripters don't handle refund requests. Are you running on stealth injection or mirror mode?
-
Stealth Quester
Any info would be helpful, such as logger contents. I just ran it to check and haven't noticed any issues. Make sure you restart the client if this was after the runescape update yesterday. I'm not sure if there is any bug, it may have been because of the yesterday's game update. I just ran it and had no issues.
- cGlassblower
-
Stealth Quester
Mirror mode has always been unstable, especially when it comes to widget interactions, I always recommended stealth injection
-
Stealth Quester
What's printed in the logger? Are you using mirror mode or stealth injection?
-
Stealth Quester
Not currently handling trials
-
Stealth Quester
On mirror mode or stealth injection? Was the account low level?
-
Stealth Quester
Are you using mirror mode? I can see on The Golem logs there was a random event that interrupted the execution, you should try to disable the random solver in the options as this may interfere with the script, same for using breaks
-
Stealth Quester
Untradeable items are not supported
-
Stealth Quester
I've been trying to release 5 of them for like 2 weeks already but one kept failing on the tests They should be released all at once or in 2 updates
-
inventory dropall very slow
There are other ways, but I'm pretty sure if used correctly it should take less than 45 seconds, it's usually faster than human mouse movements/clicks
-
Script wont check getHealthPercent correctly
Make sure you cast to float/double when doing the division, your method should return only 0 or 100 if I'm not wrong
-
Script wont check getHealthPercent correctly
It only works in combat, the value is cached. If no value has been cached yet, it should return 100. Use skills#getDynamic & skills#getStatic to compute your own health percent.
-
Stealth Quester
The Dig Site, Nature Spirit, Biohazard, X Marks The Spot, Merlin's Crystal, The Ascent Of Arceuus, Corsair Curse, What Lies Below, Tears Of Guthix, Holy Grail
-
Stealth Quester
Lol sorry, messed up the upload on the SDN, it should be fixed in about 5 mins, just gotta recompile the script
- Stealth Quester