Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    Yes if you have them completed and not just started
  2. Token

    Stealth Quester

    Probably What's printed in the logger? Restart the client, it's outdated
  3. Token

    Stealth Quester

    The requirement to access Morytania is speaking to Drezel AFTER Priest in Peril, which the script automatically does, unless you did that quest manually
  4. Token

    Stealth Quester

    Do you have access to Morytania?
  5. Try botting something less common and not F2P
  6. What were you botting on those accs?
  7. Token

    Stealth Quester

    Yes it is possible but I wouldn't advise you to run it on an iron man as the item requirements are very strict
  8. Token

    Stealth Quester

    Added some bug fixes (for when the SDN updates) for the last bug reports: Not clicking the dialogue options during RFD Pirate Subquest Witch's Experiment not being spawned at start Attempting to open inventory and eat while under water Several interactions during boss fights Updated Shadow of the Storm to the newest API methods A temporary fix for webwalking getting stuck Gate handling if the webwalking links fail Also increased food to 15 for both fights during Priest in Peril Let me know if I missed anything
  9. Token

    Stealth Quester

    The script has not been down and is not down so that doesn't seem a script related issue. Try deleting your OSBot folder and restarting the client
  10. Token

    Stealth Quester

    What's printed in the logger?
  11. Token

    Stealth Quester

    Haven't I authed you before When the SDN updates, what do you mean by "its down" ?
  12. Token

    Stealth Quester

    I'm working on other quests atm, Death Plateau is not really on the to-do list yet
  13. Token

    Stealth Quester

    Authed I know, you mentioned it a few hours ago. I'm aware of a few bugs happening with the last client version but scripts get updated when the SDN gets updated, it's not an instant process
  14. Token

    Stealth Quester

    I guess I'll look it more common gear options for the quick start buttons
  15. Token

    Stealth Quester

    You mean they don't instantly buy?
  16. Token

    Stealth Quester

    The people who might consider the script is already too large to be maintainable by 1 person
  17. Token

    Stealth Quester

    What was it trying to buy?
  18. Token

    Stealth Quester

    I'm not a source of unlimited trials...
  19. He doesn't have to make a QHD vid, a 320p one is just fine, even lower so 1 hour of that takes up like 0.5 mb...
  20. Token

    Stealth Quester

    Idk it's not up to me anymore
  21. In programming, advanced maths are required in 3D programming (integrals and derivatives). Take the problem of generating an infinite terrain for a 3D game. You can't just open a 3D modeling program like any artist would do and start manually modeling the mesh, instead you will have to write a function that generates blocks of terrains and loads them as the user approaches the end of the current terrain block. Your function will have to generate smooth terrain, height values can't vary too much as that's not going to look real at all. After you generated the mesh it will be time to paint it. That's generally done depending on the value of your height function and its first and second derivatives which provide the slope and convexity of your terrain at a given point. There is another large domain in the IT industry called cryptography which is pretty much all based on maths. It's about the information you send and receive through any network, represented as a sequence of 0's and 1's called codes. These codes all have extra 0's and 1's (extra information) which is not part of the actual data you send or receive, they only provide mechanisms to determine whether the data was successfully transmitted or not and these methods are generally based on matrixes, hence you require algebra. Also if you decide to take a GPU programming course you will be surprised that's all about maths. The GPU programming languages Cg, HLSL, GLSL don't require much programming knowledge but a lot of maths. GPUs differ from CPUs because they are specially designed to perform fast floating point number arithmetic. Maths don't have many applications in scripts but you could try to write a method that generates a "suitable" instant buy price for any item knowing their previous buy/sell/overall prices from online APIs such as osbuddy, the official runescape site or the market price stored in config 1151 when offering the item. A general solution to the "suitable" price problem is one that pays more than any previously recorded prices, is above the market value, has a lower bound dependent on quantity and its monotonicity being characterized by a polynomial function. However it has to provide real prices, not 4m for a 2.3m whip and at the same time offer 500gp for a bread that costs 70gp. So you can actually write it as a derivative polynom instead of just a simple function to provide better results.
  22. Token

    Stealth Quester

    ~10 hours and yes Authed I don't have anything to do with sales, I just write the script and scripters giving multiple trials to users is not something appreciated on OSBot
×
×
  • Create New...