Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. In some menus the actions may have color tags attached. If this is the case you can run the following code to find the actual menu action strings if (menu.isOpen()) { for (Option op :menu.getMenu()) { log(op.action); } } It may be something like "Smelt X <col=ffffffff> Iron"
  2. Token

    Stealth Quester

    update Added more timeouts on banking events Rewrote equipment handling as a quest start precondition Script will be stopped upon death while I'm working on a more generalised deathwalking algortihm to apply to all possible quest stages in all locations Shadow of the Storm and RFD Evil Dave Subquest will now be visible on the GUI The 'RFD' quick start button has been renamed to 'Mithril Gloves' RFD Evil Dave Subquest can be completed with any type of cat, Pet kitten, Hell-kitten, Pet cat, Hellcat, Wiley cat or Lazy cat. I usually tested the script with a kitten which completes it in ~40 minutes Shadow of the Storm requires decent stats (run Waterfall Quest and Witch's House prior to this) and a poisoned p++ weapon (it will tell you if the gear preset is not correct) as the boss fight is scripted to rely on poison in order to make completion possible at lowest levels (I did it with 30 attack/30 strength/1 def) You may select the XP reward it will get from Shadow of the Storm, both while running the quick start options or manually adding it to a quest list If you are running the 'All' or 'Mithril Gloves' quick start options there is nothing to worry about as the script by default will use an Adamant dagger (p++) and automatically complete Waterfall Quest and Witch's House before this to obtain decent stats The bot will teleport out of the boss room if it runs out of supplies, automatically restock and Grand Exchange and go back
  3. Those are most likely memory issues caused by the scripts you are running, being poorly coded. Try asking the scripter on their script thread about it.
  4. It's most likely a config, could verify it by making a new account though
  5. Token

    Stealth Quester

    I'm aware of the issue, there are 2 possible explanations to this, possible interactions with the Ectofuntus without collecting the resulting Ecto-tokens and Ghost Ahoy triggering an Ectofuntus config change. However, I didn't have time to explore the Ghost Ahoy code yet to find the root of the issue.
  6. Token

    Stealth Quester

    Have you previously completed any other Morytania quests such as Ghost Ahoy?
  7. GroundItem groundItem = getObjects().closest(gI -> gI.getName().equals("Bones") && gI.hasAction("Take")); You have a GroundItem object on the left side and a RS2Object on the right side Checking for "Take" action however is redundant as by definition every GroundItem has the "Take" action, just like every Player has the "Follow" action
  8. Sure, whats your skype?
  9. Hello fellow OSBotters and OSBottresses, The day has come for @Wizard and I to launch our new political coalition which will help us advance as a community. The Democratic Bot Party (DBP) is the first party ever created inside a botting community, aiming to enhance every user's botting experience while using this superb client. If you wish to support our cause, you are free to join either by sending me or @Wizard a private message in which you express your willingness to join our coalition together with a skype name in order to add you to our party conversation, or by posting it below. Executive committee: President - @Token Vicepresident - @Wizard Chancellor - @Scotty Our goals: - create a scam-free market - reduce ban rates - increase script quality - innovation in scripting - expand our community - work together for the good of all members Lets make OSBot great again!
  10. Token

    Stealth Quester

    So you have never attempted to complete Demon Slayer on that account prior to running the script?
  11. Token

    Stealth Quester

    From where should it take the charter boat to ardy? Did you start that in the middle of the quest?
×
×
  • Create New...