Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    AHK

    I botted 99 herb with AHK... That wasnt 1:1, not even 1:10000.
  2. You might want to post the whole code as what you posted does not raise any exception Your state variable is definately null though.
  3. So line 56 in MainHandler.java is treeSelector.addActionListener(e -> selectedTree = treeSelector.getSelectedItem().toString()); ?
  4. Open your logger when running the script and read the error it prints
  5. Token

    Stealth Quester

    How long did it stay there/how many times did it say "Buying missing items"/Did you have any messages about bank widgets?
  6. Token

    Stealth Quester

    Yes, I have already added 4 more quests since release (3 weeks ago) and I'm already working on the next content update as the script looks quite stable as it is after last update.
  7. Token

    Stealth Quester

    The script buys all items from the Grand Exchange so that means you don't have enough money to buy them.
  8. Token

    Stealth Quester

    Quick update: I have modified the framework from a config based one to a binary regex matched one that should solve the conflict which appeared after expanding the RFD quest series (RFD Goblin Subquest would be marked as started/completed/wouldn't complete it because it shared a config with other RFD Subquests). Many of the bugs reported lately seemed to be caused by the recent banking update which made the bot fail withdrawing certain items, such as the 1 coin required to buy a rotten tomato during RFD Cook Subquest so I have just finished rewriting the whole banking system. You should notice the bot will now scroll up and down to find items in bank. A new class for store interactions has been added which will handle the part where it has to buy Karamjan rum during Pirate's Treasure. Other bug fixes include Waterfall Quest, Dwarf Cannon and Rune Mysteries. Let me know if you notice any flaws in the new banking system.
  9. Token

    Stealth Quester

    Haven't heard of any bans yet and the beta was launched 2 months ago.
  10. Accounts can always be recovered by their original owner. That's the only risk.
  11. Does anyone know why these disappeared from the API docs? This happened before, like 3 months ago and I had a thread about it, then they suddenly appeared. Now they are gone again, but there is something called ExtendedConditionalSleep...
  12. By load the GUI, you mean display it?
  13. Token

    Stealth Quester

    Do you mean he moves to the next fence without repairing the last one? Quests right now strictly run on runescape configs and stopping the script in the middle of a quest might lead to undefined behavior, depending on quest, it won't be able to reach Western Ardougne again if stopped during Plague City for example. I'm working on a new framework that will go a bit deeper and define ways to substitute quest progression then the bot will be able to handle any stage from any quest no matter what is the current context. Does it do something wrong before that stage or why do you need to stop it?
  14. Token

    Stealth Quester

    Thanks Sure, how exacly does it mess up on Dwarf Cannon?
  15. Token

    Stealth Quester

    Thanks for the report :ninja: Juding by items in inventory it's definately the end.
  16. Token

    Stealth Quester

    Oh god. Right when I thought webwalking was fixed. Is that at the end of the quest? Widgets might be bugged right now I guess, I'll modify it so it searches them in a different way.
  17. Token

    Stealth Quester

    Is this on stealth injection or mirror mode?
  18. Token

    Stealth Quester

    Thanks for the feedback Yes, those issues are being fixed as we speak and I'm glad webwalking has also been fixed in .53 so the script runs quite fast.
  19. Token

    Stealth Quester

    Authed when the bot executes a quest list it will remove the next quest if you do not meet its requirements or if you have already completed it. The behavior will be updated to be more efficient - will check at the start of the session if you will meet requirements for future quests by adding xp rewards. Authed
  20. Token

    Stealth Quester

    A Documens folder, not OSBot folder. By default every computer has a Documents folder in your user. Create that folder if you are missing it. Thanks for the feedback
×
×
  • Create New...