Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Click a door 30 times during tutorial island -> instaban.
  2. I have lots of friends who have acne and have been prescribed accutane. All I heard from them is that it's a very hepatotoxic drug. Most of them have cholesterol and liver problems after 3-6 months of treatment. I also had acne for over 2 years but I've never been prescribed accutane. I eventually found a doctor who would perform laser treatments for acne and went through 7 BBL (blue light) and 4 Thermoscan treatments. They are much less invasive and also seemed to work for me. All I can tell you is that acne has no cure. It will last until you are ~30, you can't stop it but you can control it. PS: Working out raises your testosterone levels, this is not caused by bodybuilding supplements. It is a normal consequence of working out but will be very severe if you decide to take steroids.
  3. Token

    Stealth Quester

    Most likely premium. That's not only up to me though.
  4. Token

    Stealth Quester

    I'll try to fix it. I initially tested it on lvl 3's as it's supposed to work with 10 hp. The beta unfortunately had to end yesterday, but the script will be available soon.
  5. Token

    Stealth Quester

    I hope it's going to be up by the weekend... but it's not up to me.
  6. Token

    Stealth Quester

    Unfortunately, I was told a few hours ago that the beta will have to come to an end and the script will soon be reviewed for public release. You can try it after the release if you want. Thanks to all beta testers who helped find bugs and suggested a few improvements. The first public version of the script should be up in a few days.
  7. Token

    Stealth Quester

    Lol. During which part of the quest did it die?
  8. Token

    Stealth Quester

    Thanks for the report. I've got an update pending on that, should be fixed when SDN updates.
  9. Token

    Stealth Quester

    I'll look into it once I add some more quests.
  10. The random event hooks might be broken so they should be fixed next time the bot updates.
  11. Did you attempt to refresh the scripts before starting them?
  12. Check your logger messages as that most likely contains all the info you need.
  13. Token

    Stealth Quester

    Well... try it now, it should be fixed. I don't think the SDN has updated yet but in the last version I disabled the food button. Just select any food but don't leave it at None if the update is not up yet, or use the quick start options. Let me know if you still have problems with it.
  14. Token

    Stealth Quester

    Which part of it?
  15. That happens because scripters generally just walk to any random tile that is inside the bank area and not to a tile just in front of the bank booth. The normal walking method has a distance threshold which will make it stop if the last click was at a distance of 2 or less from the destination which is why it won't walk back. If scripts implement webwalking then it will walk exacly to the tile they specified in their code and will even spam click like 10 times to get into it. I believe OSBot's webwalker is still in development but this issue can easily be fixed at script level. PS: This has nothing to do with mirror mode.
  16. OSBot has 2 distance methods, distance and realDistance. By default the closest method uses distance which is just a rounded pythagora's algorithm computation which is why a tile diagonally next to you is computed as round(sqrt(2)) = 1 even though its 1.4 and the ones directly accessible have distance equal to 1. Using realDistance on the other hand will yield a result of 0 on tiles north west east or south of you and a 2 for diagonal tiles. The reason why we don't use realDistance is the fact that it can only compute distances in the area local to your player (~30 tiles around you) so we mostly rely on distance. As for accurately determining long distances I implemented an algorithm that computes a path length that is used for webwalking (there is no support in the API for such thing).
  17. Token

    Stealth Quester

    Thanks for the feedback Authed
  18. Token

    Stealth Quester

    It sounds like you might be using mirror mode. I had previously uploaded a version of the script where the script would tell you that OSBot's mirror mode won't support complex scripts because it's simply missing some hooks. There is nothing to be done about that unless the developers fix the mirror mode. Unfortunately that version was not approved because I'm not supposed to tell users that mirror mode is not working even though that's exacly the case. Until those missing hooks are added to mirror mode I advise you to use stealth injection because the script heavily relies on dialogues which is exacly one of the disfunctional hooks mirror mode has which results in always selecting first option in every dialogue, thus no script that requires dialogue interaction can work on mirror mode.
  19. Token

    Stealth Quester

    Auths generally last between 24 and 48 hours but I can always reauth you if it expires. The script will be released shortly, it's a bit delayed right now because of a few recent bugs in the new content and SDN taking too long to update.
×
×
  • Create New...