Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    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
  2. Look for any try/catch blocks in your onStart/onLoop especially, that's where the error is most likely coming.
  3. Token

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

    Stealth Quester

    RAM/CPU/Bandwidth, happens when running too many applications/bots and the PC eventually reaches a limit
  5. Token

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

    Stealth Quester

    Scripters don't handle refund requests. Are you running on stealth injection or mirror mode?
  7. Token

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

    Stealth Quester

    Mirror mode has always been unstable, especially when it comes to widget interactions, I always recommended stealth injection
  9. Token

    Stealth Quester

    What's printed in the logger? Are you using mirror mode or stealth injection?
  10. Token

    Stealth Quester

    Not currently handling trials
  11. Token

    Stealth Quester

    On mirror mode or stealth injection? Was the account low level?
  12. Token

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

    Stealth Quester

    Untradeable items are not supported
  14. Token

    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
  15. 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
  16. Make sure you cast to float/double when doing the division, your method should return only 0 or 100 if I'm not wrong
  17. 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.
  18. Token

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

    Stealth Quester

    Lol sorry, messed up the upload on the SDN, it should be fixed in about 5 mins, just gotta recompile the script
  20. Token

    Stealth Quester

    Should be fixed now
  21. Token

    Stealth Quester

    The CLI is set to use the version 2 presets atm, until it will be fully replaced by the version 3. When the script starts does it print the CLI parameters, or something like "started the script with parameters"? Did you create a quest preset with name p7qp on version 2 of the GUI? It was replaced with user defined presets, they can be created on the GUI by using the save preset feature Done, it should offer a more for low price items including rune essence
  22. Token

    Stealth Quester

    Not currently handling trials
  23. May be related to the way the script is executed, but only the developers can confirm this. I believe the event executor is stopped before onExit runs, so you may not be able to execute things like mouse movements or other events in there.
×
×
  • Create New...