Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    Did this happen while running a quick start session or a normal one? I'll take a look at it. Authed Thanks
  2. Token

    Stealth Quester

    Pure/NMZ currently does Witch's Potion, Imp Catcher, Waterfall Quest, Lost City and Vampire Slayer. The bot is supposed to die but properly deathwalk until the quest is complete. Was it interacting with this staircase before or after death? Did it have Glarial's pebble, amulet or urn?
  3. Token

    Stealth Quester

    It's just a bit delayed sometimes
  4. I guess you could try this @Override public int onLoop() { if (bank.isOpen()) { stop(false); } else if (npcs.closest("Banker") == null || myPosition().distance(new Position(3166, 3485, 0)) > 10) { walking.webWalk(new Position(3166, 3485, 0)); } else { npcs.closest("Banker").interact("Bank"); } return 69; }
  5. Token

    Stealth Quester

    Yes in future versions.
  6. Token

    Stealth Quester

    It does work. Last version has a bug that should be fixed when SDN updates. Looking for more bugs right now, thats the purpose of beta testing.
  7. Token

    Stealth Quester

    The error should be fixed when SDN updates. This only happens on F2P. It should be working again when SDN updates, until then the quick start buttons should work.
  8. Token

    Stealth Quester

    SDN updated, the error should be fixed. Let me know if it persists.
  9. Token

    Stealth Quester

    Authed Is this all on stealth injection? I've heard of interactions not working properly on mirror mode because OSBot is apparently missing some hooks on mirror mode (which is why I always advised people not to use it) but never on stealth injection. I'll take a look at it but what I find really strange is that the bot has items from Pirate's Treasure in inventory while it's attempting to complete Prince Ali Rescue. Did he not bank? Authed
  10. Token

    Stealth Quester

    Does that error persist every time you run? What quests are you trying to add? *awkward* :ph34r: should be fixed when SDN updates. To the script auth list?
  11. Token

    Stealth Quester

    There's currently a bug in quests around barbarian outpost (dwarf cannon and waterfall quest) but it should be fixed when SDN updates as I pushed the fix yesterday.
  12. Token

    Stealth Quester

    Thanks for the detailed report. I pushed an update which will hopefully fix the "double teletab" issue.
  13. Token

    Stealth Quester

    I know about the issue, this has been persisting for weeks. I was told 2 days ago that the webwalker is going to be fixed soon so hopefully OSBot 2.4.44 will be released soon with a fix for this. As for the Priest In Peril, the script is supposed to simply try all statues until it gets the iron key. Did it not do that?
  14. Token

    Stealth Quester

    The bug report template on first post could be useful. Can you provide at least the debug messages it printed when this happened?
  15. Token

    Stealth Quester

    Authed Authed Thanks
  16. Token

    Stealth Quester

    The random event might have interferred with the antistuck thread. I uploaded a fix for it right now. The script will return to ge and buy items if you no longer have the required items to complete the quest (which are displayed in the quest info tab). What are the debug messages when clicking the rope and inventory icon?
  17. Token

    Stealth Quester

    What are the debug messages when attempting to add a quest? Authed
  18. Token

    Stealth Quester

    Are you running it on mirror mode?
  19. Token

    Stealth Quester

    Was that happening at the beginning of the quest when speaking to the boy or at the end? Was the inventory tab aleady open when the script was clicking it?
×
×
  • Create New...