Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. A server by definition should have high uptime, not even the runescape game meets a minimum of 99% uptime requirement. Consider writing an actual server application.
  2. Token

    Stealth Quester

    It doesn't train your skills, it completes the quests Create your own quest list with your own gear preset
  3. Token

    Stealth Quester

    The attack style is in the gear preset Vampire Slayer was added to the mithril gloves preset for people to be able to get mithril gloves from level 3
  4. Token

    Stealth Quester

    Authed Authed Authed
  5. You are not allowed to host a server in the client, and that doesn't make sense anyway so you don't need it
  6. Token

    Stealth Quester

    Authed Authed Yes
  7. Token

    Stealth Quester

    I don't see how offering too much for items is an issue, you are supposed to have enough money. It's not like it's offering 100k for a white bead...
  8. Erm sure but it's not really a trial since the stable version is not on the SDN until release No
  9. Token

    Stealth Quester

    You had one last week
  10. Token

    Stealth Quester

    Authed 1 trial per person
  11. Token

    Stealth Quester

    Fill in the bug report template
  12. Token

    Stealth Quester

    There are no bugs related to the gear presets, all you have to do is add the spell, save the preset, select the preset and start
  13. Token

    Stealth Quester

    Bans result from botting technique, not code, using the quick start options obviously increases ban chance because you are using the same as everyone else which is why I've always recommended creating your own quest lists with your own gear presets
  14. I don't see why it's impossible to replace, the id is just one of the many properties a RS2Widget object has. Take a look through all methods, there's at least 10 different ways of identifying a widget and id is only 1 of them (easiest and worst at the same time) https://osbot.org/api/org/osbot/rs07/api/ui/RS2Widget.html eg: filter by actions, filter by position, filter by message, filter by color BUT NOT filter by id. The simple reason behind this is the properties I mentioned are all exposed to the human player, while abstract numbers such as ids and indexes are not visible to normal players, and jagex can change them whenever they want without affecting the legit players. They do this about once a month for the tutorial island widgets just to break all scripts coded by people who use these properties. As for the sleeps, if I ask you why 300 and not 301, and you can't give a serious answer to this, then it is an obviously flawed logic. A better approach would be waiting until something happens aka conditional sleep.
  15. That's 1 of the 2 which makes your code unstable
  16. Token

    Stealth Quester

    Authed Idk like 69
  17. If you are looking for improvements I guess you could start by removing any constant number that you can't justify ("magic numbers" in programming), I see at least 4 of them in the 2nd method, and another 2 which will make your code unstable
  18. Token

    Stealth Quester

    Not worth it Sounds like you are using mirror mode, fill in a bug report if I'm mistaken It's 1 time
×
×
  • Create New...