Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. You have local scripts in your scripts folder which use deprecated methods. This is not something you have to worry but rather something you should report to the script authors.
  2. I don't think there's a problem with those 2 lines... but It's quite shocking how you have an array called eat_ID that actually holds food names instead of ids...
  3. Did you by any chance attempt to prevent OSBot's autologin? I remember discussing with lots of people about unregistering hooks.
  4. What local scripts do you have in your scripts folder?
  5. Token

    Stealth Quester

    It might appear on the SDN in any moment.
  6. Token

    Stealth Quester

    Nah the rfs part is the same as in beta right now... only 2 subquests available in the gui. There is code for more but the other 3 should be added to the gui in the next updates due to a problem with rs configs for rfd subquests.
  7. Token

    Stealth Quester

    Inb4itbreaksafter2quests
  8. Token

    Stealth Quester

    Yes, it's almost done, just waiting for the upload request.
  9. Token

    Stealth Quester

    Patience it's probably the biggest script release in terms of code... There are lots of things to do to make sure it's stable.
  10. I read lots of threads about keeping your accounts safe but no one ever suggested manually banking for your bots. That's kind of new I guess.
  11. bot.setHumanInputEnabled(true); You won't find this in the API docs but it does exist.
  12. Having java x installed is different from using java x to run programs. OSBot requires java 8 in order to run, and as far as I know, all linux distributions have java 7 preinstalled. After installing java 8 you have make it uses that one generally through "alternatives --config java" command.
  13. What java version and update are you running?
  14. Token

    perm

    Jagex is smert.
  15. Token

    Stealth Quester

    My armour is like tenfold shields, my teeth are swords, my claws spears, the shock of my tail is a thunderbolt, my wings a hurricane, and my breath death!
  16. Token

    Stealth Quester

    I'm not up to date with rules regarding trials but I know there was some dispute about the auth system not being designed for scripters to give trials. I will discuss this once the script is released.
  17. Token

    Stealth Quester

    Lol, I wish I knew how long it takes
  18. Token

    Stealth Quester

    Going to be discussing SDN stuff in 3 days, it might happen then. Not sure yet.
  19. Your Script instance has a field called groundItems which you can use to access the whole collection of GroundItem instances currently available to your player as well as perform some other operations. For example the operation you mentioned is available to you in the following form groundItems.get(x, y);
×
×
  • Create New...