Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Just start bots with -bot flag from CLI, you don't need OSBot to store them anywhere
  2. That's not something you want to fix... I wish my profit would exceed 31 bits
  3. Token

    Stealth Quester

    You had one last month
  4. Token

    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
  5. Jagex is not able to detect you are running an un-official client
  6. @@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; }
  7. Token

    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/
  8. Token

    Stealth Quester

    That's not really related to the script, you should include that in the script that requires it
  9. Token

    Stealth Quester

    Were they fresh accounts? Did you run more than 1 account on the same ip? Did you use mirror mode?
  10. Token

    Stealth Quester

    What quests did you run?
  11. Token

    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
  12. Token

    Stealth Quester

    Authed Authed It's still in development
  13. Token

    Stealth Quester

    Well I don't see how the screen turning black has anything to do with the script, but send me the logger contents and I'll take a look at it
  14. Token

    Stealth Quester

    It is, but the next update is not just a small part that can be added (quest code), it has to come all together (Stealth Quester 2.0) which will require an addition of ~50k lines of code in the best case, hopefully not reaching 100k Authed
  15. Token

    Stealth Quester

    Don't have any plans for that right now
  16. Token

    Stealth Quester

    Mods go over this thread every now and then and do the banning whenever they spot people making multiple OSBot accounts as I have more important issues to deal with, hence I don't argue with users over trial times and conditions like other scripters do
  17. Token

    Stealth Quester

    Use another gear preset and use the "Load Gear" button to create presets, typos in there may result in trying to buy wrong items, or an empty slot may result in trying to buy an undefined item
  18. Token

    Stealth Quester

    That looks as if someone edited your gear preset files and typed the wrong item name in there. Delete your OSBot folder located at C:\Users\<USER>\OSBot and be careful when creating a preset/don't modify the script files manually even if they are in a readable form. Other possible causes may be previously owning other OSBot accounts.
×
×
  • Create New...