Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    That's a little more complicated since there are huge variations between range weapon classes, may be worth adding partial support for now but that will cause a lot of confusion
  2. Token

    Stealth Quester

    Yes if you set a spell/use the quick start options
  3. Token

    Stealth Quester

    Was it previously started? Are you using mirror mode?
  4. Token

    Stealth Quester

    Dragon Slayer is not even supported. You mean Demon Slayer? Did you complete any of the quests released in the last few months? It's not required Authed
  5. Create a jar artifact that exports the script jar into the scripts directory
  6. Token

    Stealth Quester

    Do you have multiple bank tabs?
  7. Not atm but I can add it if you think that's useful
  8. Token

    Stealth Quester

    Did you complete any of the new quests?
  9. I don't see why dialogues would ever be null, that's an instance of an OSBot API class. Try to reformat your code so you have a more clear picture of what's going on in there. CTRL + SHIFT + L in Intellij or CTRL + F in eclipse.
  10. @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } Most likely this one. It may be easier to understand if I reformat the code properly to this @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } If you don't add braces then only 1 instruction is considered to be the if block, therefore this code should stop on any message including when someone types something in public chat if your chat is not filtered. Leveling up sends 1 message in the chat behind the dialogue.
  11. Token

    Stealth Quester

    Will be announced upon release. I'm pretty sure they are just as stable as the others, probably more since I've got some bugs that I'm working on the current quests.
  12. Token

    Stealth Quester

    May be having some issues with the rsbuddy price api which sometimes goes down so it takes a little more to find some prices
  13. Token

    Stealth Quester

    Authed Yes, the update is planned for next weekend
  14. Token

    Stealth Quester

    It's not on the to do list atm Yes Authed
  15. Yes but it's very unlikely you got exactly what it expects, just let it buy whatever it needs Authed
  16. Token

    Stealth Quester

    Stamina potions don't improve anything, they only destroy inventory setups
×
×
  • Create New...