Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Delete the unnecessary code in your batch file, leave only the line that launches OSBot
  2. Make sure the command prompt was run by the local user (not admin) and delete the for loop
  3. Token

    Stealth Quester

    Does it happen if you restart the client and run this script? Did you make any theme/display setting changes for windows like using a different window style?
  4. Token

    Stealth Quester

    What operating system are you using? Did you start OSBot from a command prompt/terminal?
  5. Token

    Stealth Quester

    Did it have the evil stew in inventory? Was it on mirror mode? Was Evil Dave too far away?
  6. Token

    Stealth Quester

    I'm afraid there are no trials atm
  7. Token

    Stealth Quester

    Yes There is an iron man mode in development (press F5 on the GUI) but it only supports 5 quests atm. It also works without iron man mode if you have the required items, but this includes teleport tabs and enchanted jewelry which makes it not very iron man friendly. Prayer is not supported atm, but all quests can be done on new accs if using a good order, eg run Witch's House first for 24 HP It's not supported on F2P worlds atm, it uses extended super antifire potions on boss fight
  8. Avoid any looping code unless it's really necessary
  9. Token

    Stealth NMZ

    What screen resolution are you using? EDIT: I've done a quick re-design of the GUI, does it fit the screen now?
  10. Token

    Stealth NMZ

    What does the GUI look like?
  11. Token

    Stealth Quester

    Make sure the quest was not previously started when running the script, run Witch's House before any dangerous quests to get 24 HP. Staminas are currently disabled but will be re-enabled soon.
  12. Token

    Stealth Quester

    Most quests are not supported in a previously started state, if there is an interrupted start in debug mode (press F4 on the GUI) but make sure the bot was not moved from the position it was interrupted and has the same items
  13. Token

    Stealth Quester

    It's supposed to eat food for space, but I may have another mistake in the code. Was this at skeletons, ghosts or rats?
  14. Token

    Stealth Quester

    I'm afraid I'm not atm
  15. Token

    Script ID

    Which script ID do you need?
  16. Token

    Stealth Quester

    Was it sitting on the same tile as the key?
  17. Token

    Stealth NMZ

    I've pushed some code yesterday which seems to have affected the overloading, it should be fixed now
  18. Token

    Stealth NMZ

    They should be there What operating system/resolution are you using?
  19. Token

    Stealth Quester

    Yes. The quests are done in the order you select them on the GUI, if you set the correct order it can do all 60 in a single session (I wouldn't recommend running it for 20 hours though). Yes. It's a bit more than that, the list can be obtained from the logger atm. The problem is it will require every item including teleport tabs and enchanted jewelry which are hard to obtain on ironmen.
  20. Container container = getBot().getCanvas() .getParent(); while (!(container instanceof JFrame)) { container = container.getParent(); } container.setSize(1920, 1080);
  21. Token

    Stealth Quester

    Depends more on how you use it. Generally speaking, running 1-2 quests at once with skilling between never yielded a ban for me. It shouldn't happen on stealth injection, but the mirror mode client seems to be having some problems atm, set reaction time to 50ms (press SHIFT + F4) before running the script. It's not very ironman friendly atm, there is an ironman mode but only supports 5 quests atm.
  22. Token

    Stealth Quester

    Make sure the quest was not previously started, they are not supported 100% in a previously started state
×
×
  • Create New...