Search results

  1. T

    KoLmafia & Stasis

    Stasis & Combat Control & access to HTML output In Holatuwol's defense, this thread is dedicated to exposing data that KoLmafia is already calculating, not about creating new functionality. If these things are approved, their implementation is lightning-fast because it's just adding a handler...
  2. T

    KoLmafia & Stasis

    Stasis & Combat Control & access to HTML output I'll take a swing at a stasis script. I wrote this to be a little more general than the 8-bit realm just because I could. I've never tried stasis myself (and especially not as a pro), so I don't know if there is a need for a NUKE attack as well...
  3. T

    Bat Cave quests

    That's peculiar. What sign are you?
  4. T

    Wheel Turns Calculator

    It's impossible to predict what the stat bonus is. It is X +/- Y, where X has something to do with the current level of your stat (or your current level, I'm not really certain), and Y is a fairly large randomizing value. And it caps at 250, or 375 with a stat day bonus. And, between you and me...
  5. T

    Access to Internal Data

    Personally, I think that your two functions are much easier on the developers than coming up with an entire new quest type. I've thought for some time that a quest datatype would be a good thing, but I'm not sure that we'd all have the same definition of quests. (For instance, I would argue that...
  6. T

    Cheepest of the bunch.

    :) I presume that he's looking for the ability to buy whichever of a rockin' wagon or a perpendicualr hula is less expensive, since they give identical results but you'd have no way of knowing which one is cheaper in the mall. IANH, but I can see two problems with this function. The first is...
  7. T

    Calling scripts

    I guess import is undocumented. I wonder if there's anything else that isn't a flow control keyword or a data type or a function.... If I may ask, what is it that you're doing that you want to run ASH commands off the command line? There are probably ways around doing anything that you'd want...
  8. T

    Example Buffbot Script:

    I suspect it means that most of us don't see the need to buy MMJs 5000 at a time. :) My main thought looking over this script, besides seeing how the other half lives, is that buying items from the mall one at a time is tough on you and probably worse on the server. I've got to figure that...
  9. T

    Calculating monster level

    Macman104 was asking holatuwol for a function to calculate +ML. Whether it is approved or not, I thought I'd share my solution for this problem, which might save some people a few lookups of their own. boolean [ slot ] Sslot; Sslot[ $slot[ hat ]] = true; Sslot[ $slot[ weapon ]] = true; Sslot[...
  10. T

    ASH Maps question.

    creatable_amount() wouldn't work in this instance because I don't necessarily have any lemons in my inventory at this stage. I don't want to buy them until I find out how many I'll need. If you want to add a way for me to tell KoLmafia, "Just for grins, let's pretend that I have a billion lemons...
  11. T

    ASH Maps question.

    Maybe a little. But the times that I use "min", the arguments can be fairly complex, so it wouldn't really add much to the code length. Here's a sample of how one might calculate how many fuzzbumps you could create: Sure, the key is pretty much unused. But it's something that we could do with...
  12. T

    ASH Maps question.

    Here's a script that does the sort of thing that I'd like to do more often. I run it when I've got a bartender in my campsite that I want to explode. Scraftable_cocktails is a map whose values contain all of the drinks that I would want to craft myself, and make_enough_cocktails() is a function...
  13. T

    Fullness check?

    I'm ambivalent. I can and do live without these features. On the other hand, I'd make use of them if they existed. I personally do eat all my fullness in one sitting, as you suggest most players do. There are two caveats about this, though, that I'd love the opportunity to verify at the end of...
  14. T

    Scripting noob seeks assistance

    Long story short, my recommendation is that you use the mini-browser, do the task that you want to automate, and copy down the URL that is in the mini-browser's window, because that's exactly the format that you want to use for the cli_execute command. The character that I'm logged in as right...
  15. T

    Fullness check?

    I'm really not certain why this would cause any amount of confusion among the user base. I'm only talking about a piece of data that reports how much food you've eaten, certainly not something that would stop you from trying to eat. Since KoLmafia isn't ever going to tell us if it's the Feast of...
  16. T

    Fullness check?

    I'm not quite impressed with that argument. KoLmafia keeps track of how much meat you make in a session and how many stat points you have gained based on the activity that it observes in the course of your session. I don't see any particular reason why it couldn't track fullness and spleeniness...
  17. T

    error on the Wiki

    Thank you!
  18. T

    Scripting noob seeks assistance

    A mining script would be quite an interesting challenge to undertake. ASH is nearly deliberate in its lack of support for you; the lead programmer has said on many occasions that when he writes mining support into KoLmafia that it will be the last thing he does on the project because then the...
  19. T

    Puttin' on the jammies! (aka dressing for rollover)

    A pulverize command was added to CLI. Y'all do know that the scripting manual referenced at the top of this and every page is back and fabulous, right? I tested out the use command that I illustrated earlier, and the downside is that the use function doesn't return false if your spleen is...
  20. T

    Puttin' on the jammies! (aka dressing for rollover)

    Well, I'll tell you how to put it in your scripts, but I think you want to be careful with it because the price of the wads could easily rise above what you can make from a round of peak farming. I don't know if that's going to happen tomorrow or next week or not for another six months, but the...
Back
Top