Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Wrap in a try catch block, if an exception is raised then it's not tradeable
  2. Token

    Stealth Quester

    That was a little error in the code indeed, never tested that case, thanks for pointing it out. It should be fixed now.
  3. Token

    Stealth Quester

    Sure, that would be useful. I have a few of them since I coded the first few stages until the prison. The important info would be what trigger the config change for every value though.
  4. Token

    Stealth Quester

    Sure, that quest sounds fine, I'll consider it when adding new quests Not currently handling trials As much as I hate it, I did have it in development for some time, but no official ETA
  5. Token

    Stealth Quester

    I usually add quests that are useful, so knowing there's demand for a particular quest may help, but Dragon Slayer 2/Monkey Madness 2/etc are far from being considered atm
  6. That's an OutOfMemory error, you have memory leaks in your code resulting in too many object (thread) allocations which are never freed
  7. Definitely not enough context
  8. I'm pretty sure that's caused by a logical error in the script code, if you open the config debugger you should notice that configs don't change by restarting the script. Post the script code if you need help.
  9. PM me if you still have this issue
  10. Token

    Stealth Quester

    I'll push a few updates today, I have to run a few tests on that quest first, I think it somehow lost the Plague Sample when entering Varrockl
  11. Token

    Stealth Quester

    What's printed in the logger?
  12. Token

    Stealth Quester

    Should be fixed in ~5 mins
  13. Token

    wtf happen

    You joined about 3 and a half years ago
  14. Token

    Stealth Quester

    Not atm Should be fixed in about ~5 mins, just waiting for script recompile on the SDN
  15. Then there's nothing weird going on, bans happen even with a week delay
  16. Open file explorer, go to your user's home directory (C:\Users\<YOUR_USER>\) and type "hs_err_pid" in the search bar (top right corner). If a java application has crashed, you should find some files named like hs_err_pid<pid_number>.txt containing information about the crash.
  17. That's most likely caused by an out of memory error. Are you running multiple bots in 1 client? Are you running multiple clients/other applications that may consume RAM? What's the total RAM of the device? What script are you running?
  18. Token

    Stealth Quester

    It was mathematically proven that software can't be perfect, but it seems to be running ok. The script buys all required items and quests are done in the order you select them on the GUI, all you need is money on the account. You can start anywhere, but somewhere around falador/lumbridge/varrock might be a good idea since it will likely have to go to GE. Alright, if you have any issues just send me the logger contents and I'll take a look at it
  19. Token

    wtf happen

    We just had a forum update so it was offline for about a day, what else is rekt?
  20. Token

    Stealth Quester

    What's printed in the logger?
×
×
  • Create New...