Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. I went to Prifddinas this summer, got lots of photos to post on facebook
  2. Token

    Stealth Quester

    In a few days hopefully
  3. Can’t check if that works as I’m on phone atm, but the idea is those weird characters should be in java’s horizontal whitespace character class, but not in the general whitespace class \s. P.S. Replace the double quote characters, I don’t have that on iphone keyboard
  4. Can’t go into much detail as I edited that on my phone. There is no difference between the two, one is the field and the other is the getter for the same field.
  5. Token

    Stealth Quester

    Is it working now?
  6. Token

    Moving soon.

    You still have them if you look in the script list inside the client, they won’t show on the scripts page on the site because they are not currently on the store. There shouldn’t be any issue with IP changes.
  7. Token

    Stealth Quester

    I’ve pushed an update which should fix all cases where it is stuck at bank when starting
  8. Token

    Stealth Quester

    Was any interface open, like bank or grand exchange open?
  9. Token

    Stealth Quester

    Could tou send me the entire logger contents on pastebin? What’s printed in the logger?
  10. Are the results affected by the reaction time value?
  11. Token

    Stealth Quester

    Everything should be fixed now
  12. Token

    Stealth Quester

    The quest has been previously started according to the logger contents, in order to resume a previously started quest you can start the script in debug mode (press f4 on the GUI), but this would also require all items to be in inventory and the bot to be at the appropriate location (most likely Karamja). Resuming quests that have been partially completed is not fully supported on all quests, and is one of the things I’m currently working on.
  13. Token

    Stealth Quester

    Does it happen to run out of energy during quests with stamina potions in inventory? On which quests have you noticed this? What’s printed in the logger when it’s blocked with the equipment tab open? Which dialogue option does it fail to select? Also, starting in debug mode (press F4 on the GUI) will make it skip all initial bank checks, grand exchange trip, equipping gear, getting inventory items. This can be used to continue a previously started quest but will require the bot to have the required items in inventory and be at an apropriate location.
  14. Token

    Stealth Quester

    Is it on mirror mode? Are you using the current stable build or the dev build (2.5.54)? Was it staying with bank open? EDIT: pushed a quick fix for banking, should be up in ~5 mins
  15. Token

    Stealth Quester

    Should be fixed in ~5 mins, just waiting on the script to recompile on the SDN
  16. Token

    Stealth Quester

    There was a large update that included some banking fixes, I didn't notice anything being affected while running tests, but if you find anything broken let me know
  17. https://en.wikipedia.org/wiki/Brainfuck
  18. Unpredictable behavior
  19. Token

    Stealth Quester

    Sure I'll find some way to add it into the script
  20. Your bots will become too savage
  21. Use 69 as upper bound, it will determine a sluttish behavior of the bots, best anti-ban tl;dr; Using a random range of 100 values requires (at least) 100 times the data and computational power to apply a regression algorithm. Using randoms in scripts is not completely pointless.
  22. Token

    Stealth Quester

    Is it stuck on the GE interface? Is the price too low for items to buy? Make sure they are enabled on the GUI, it's a toggle button so the text switches. It's pressed by default and would display the disable text if it's enabled Should be fixed now
  23. It uses less resources (RAM and CPU)
  24. WalkingEvent only works in the local loaded region (104x104 tiles), WebWalkEvent can walk anywhere on runesecape and it is also able to use teleports, obstacles, gliders, etc.
×
×
  • Create New...