Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    Authed Authed Authed Did that happen before or after mining the blurite ore?
  2. Token

    Stealth Quester

    Authed It only has 24 quests in the list right now, there's no way it will get you barrows gloves. I think it's at iron max right now
  3. item.interact("Take"); If you want to actually find a GroundItem then you could try GroundItem item = groundItems.closest(new Filter<GroundItem>() { @Override public boolean match(GroundItem item) { return item.getName().equals(ITEMNAME); } }); if (item != null) { item.interact("Take"); }
  4. Is the script spamming "Jet fuel can't melt Zulrah scales" or does it exit with an error onStart message?
  5. Token

    Stealth Quester

    Authed New version is still pending upload though.
  6. Mirror client version: I guess 2.1 Console output / terminal output: See pic below Crash report if a crash occurred: There was no crash Script that you ran: Stealth Quester Hooks that failed: Dialogues maybe? JVM/Browser bit version (32 / 64): Unknown It's from a beta tester, so I couldn't provide the exact info but here's the post: http://osbot.org/forum/topic/92297-stealth-quester/page-23 This appeared 5 mins after @MGI told me to remove the warning regarding Mirror Mode being unstable from my script. It apparently keeps spamming the first option. It's dialogues.inDialogue() and dialogues.completeDialogue() that are invoked there. The debug messages show 3 minutes ellapsed since end of webwalking event which is when he arrived at Sedridor, during which the bot apparently only clicked the first option and failed to complete the dialogue. Also some time ago someone reported that the bot when attempting to teleport to barbarian outpost using a games necklace, it will keep selecting the first option (which is not barbarian outpost). In this case the script searches for a widget containing "Barbarian Outpost" string and interacts with it.
  7. Token

    Stealth Quester

    Thanks for the report. I was just told to remove the warning about OSBot's Mirror Mode being unstable I will let @MGI know Mirror Mode is not working. In the mean time, I advise you to try running on Stealth Injection.
  8. There's bans everywhere during the weekend.
  9. Token

    Stealth Quester

    Next update should be available by tomorrow if SDN updates and hopefully the final update before official release (if I don't get delayed any further). Version 0.5 change log Quite a big update, but if nothing unexpected shows up with the new code, the script should be live shortly Fixed a bug during Priest In Peril Improved interactions stability Improved banking stability Removed the Instructions section from the GUI Disabled the Debug Mode button as no one has ever reported the need to use it and I also noticed lots of users using it without actually reading the instructions Added Prince Ali Rescue to the available quests list Added Waterfall Quest to the available quests list Added Lost City to the available quests list Added a new section on the GUI called "Quick Start" which will offer options for running variious quest settings with 1 click of a button Added lobster to the food list The bot will now eat while performing any activity, including walking Implemented a new algorithm that defines prices for item data gathered during runtime The 6 buttons on Quick Start section of the GUI: F2P quests: Everything that is F2P except for Ernest The Chicken All: All quests 7 Quest Points: Doric's Quest, Goblin Village, Cook's Assistant Ava's accumulator: The Restless Ghost, Ernest The Chicken, Priest In Peril, Animal Magnetism *** The script will only complete Priest In Peril on this mode if you have the 30 Ranged requirement for Animal Magnetism *** Pure/NMZ: Imp Catcher, Witch's Potion, Lost City, Waterfall Quest, Vampire Slayer *** Fight Arena, Gnome Tree Village should be added in next update *** RFD: Cook's Assistant, Goblin Village, RFD Cook Subquest, RFD Goblin Subquest *** More to be added soon *** PS: The script should correctly complete Waterfall Quest on level 3 (aswell as all the Pure/NMZ quests) for those interested in generating accounts with 30 Attack/Strength fast.
  10. I confirm CS degree 100% useless. There are so many jobs in IT you don't even need a degree and will be paid better than most of the other jobs anyway. As for getting a job below your level, simply turn it down. It's not that hard. If you are actually above its level then you will have better offers.
  11. Token

    Stealth Quester

    I already have Waterfall Quest added in next version but it's not on the SDN yet. I'll add Witch's House after I finished the quests I'm working on.
×
×
  • Create New...