Everything posted by Token
- Stealth Quester
-
Stealth Quester
I'll go over the configs to see if they changed anything, but in the mean time you should use more common spells like strikes, anything more is pointless for these low level quests
-
Stealth Quester
I'll see if I can fit that in Stealth Quester 2.0 Delete your OSBot folder located at C:\Users\<USER>\OSBot\ to get rid of any corrupt data. What spells did you insert into those gear presets?
-
Selling gold for BTC
It's already lower than anyone else sells even on the forums, not gold sites
-
Selling gold for BTC
Only accepting BTC A middleman will be used PM/post/skype Current stock: N/A Rate is $1.10/m Skype: tokenscape
- Stealth Quester
-
"java heap space"
Are you attempting to run 2 bots in 1 client?
- Stealth Quester
-
Stealth Quester
Not all quests are supported in the already started state as mentioned on the first post, these have to be done from the beginning, Witch's House is one of them Equip staff and set spell on autocast then press "Load Gear", make sure you only use one of the 16 elemental spells and not something like Flames of Zamorak or Ice Barrage
-
[ANSWERED] Automatically adding accounts to OSBot
Just start bots with -bot flag from CLI, you don't need OSBot to store them anywhere
-
Paint Calculations
That's not something you want to fix... I wish my profit would exceed 31 bits
- Stealth Quester
- Stealth Quester
- Stealth Quester
-
Stealth Quester
The quick start options use Adamant dagger(p++) because they should do the quests with lowest possible levels and it's already too hard to complete after we lost the hitpoints hook few months ago, but you can always create your own gear preset and quest list to use bone dagger
-
OSBot/RSBots questions.
Jagex is not able to detect you are running an un-official client
-
Interrupting main loop
@@Override public void onStart() { ExecutorService executor = Executors.newCachedThreadPool(); executor.submit(() -> { while (bot.getScriptExecutor().isRunning()) { if (... condition to interrupt ...) { bot.getEventExecutor().interrupt(); } try { Thread.sleep(100); } catch (InterruptedException e) { log(Throwables.getStackTraceAsString(e)); } } }); } @@Override public int onLoop() { log("Executing loop"); execute(new Event() { @@Override public int execute() { try { sleep(10000); } catch (InterruptedException e) { setFailed(); } setFinished(); return -1; } }); return statement; }
- Stealth Quester
-
Stealth Quester
I cannot give periodic trials nor sell the script myself as it is sold by OSBot. @Realist has a voucher shop for purchasing OSBot titles and scripts with RSGP http://osbot.org/forum/topic/93789-realists-voucher-shop-quickest-and-easiest590-feedback/
-
Stealth Quester
That's not really related to the script, you should include that in the script that requires it
-
Stealth Quester
Were they fresh accounts? Did you run more than 1 account on the same ip? Did you use mirror mode?
- Stealth Quester
-
Stealth Quester
Try creating your own quest list and gear presets instead of running the quick start options, those may be profiled at any time
-
Stealth Quester
Authed Authed It's still in development
- Stealth Quester