Search results

  1. Veracity

    Bug - Fixed Enqueueing food/booze/spleen in the Item Manager suggests more than you can consume

    I added a checkbox - "to consume" and a preference - "enqueueForConsumption" (default is true). https://github.com/kolmafia/kolmafia/pull/2606
  2. Veracity

    Bug - Fixed Enqueueing food/booze/spleen in the Item Manager suggests more than you can consume

    It was intentional, since it allows you to queue things and “create” them, rather than “consume” them. I like that, since I can look at the queue and see all the ingredients which will be used. I knew it would be controversial. Let’s see if we can come up with a solution which satisfies both...
  3. Veracity

    My personal Meat farming script

    I will be trying out the Takerspace for the first time when I ascend - tomorrow? what does ash creatable_amount($item[tankard of spiced Goldschlepper]) say?
  4. Veracity

    Bug Maximizer suggests breaking Slimesuit for a worse result.

    maximizerCombinationLimit is 100000. It is not hitting it; only Item Drop seems to do that for me in aftercore. Starting with no equipment whatsoever, maximizing for "spooky resistance" suggests a "best score 42.00" which does not include the Slimesuit. If I equip a better outfit - including...
  5. Veracity

    Bug Maximizer suggests breaking Slimesuit for a worse result.

    Here's my current equipment: Here's what the Maximizer wants to do to it to improve Spooky Resistance: It does that for all resistances: remove hardened slime belt - and give up +3 all resistances for the item AND +3 all resistances for the Slimesuit - and replace it with a +4 item to the...
  6. Veracity

    New Content - Implemented Crimbo 2024

    pumpkin spice whorl: Permanent +3 Level for Pastamancer Spice Ghost Once ever permanent enchantment. From what we know of the ghost, back when it maxed out at level 10, 3 more levels only adds 3% Item Drop. Although the level 5 and 10 abilities will show up a little sooner. We should track it.
  7. Veracity

    New Content - Implemented Crimbo 2024

    bowl of infinite jelly looks like it gives an extra adventure and an effect. Three days ago, sans jelly: eat 1 chocolate chip muffin You acquire an effect: Started Your Day Right (10) You acquire an item: earthenware muffin tin You gain 9 Adventures You gain 165 Fortitude You gain 150...
  8. Veracity

    New Content - Implemented Crimbo 2024

    The new Coinmasters are in, using new functionality that uses ShopRow objects, just like KiL does in shop.php. It's about 80% complete: - data format in coinmasters.txt - visiting a shop discovers new rows and prints them in new format - the shops appear in the CoinmastersFrame, complete with...
  9. Veracity

    New Content - Implemented Crimbo 2024

    Current progress: I've defined a new format for coinmasters that use a ShopRow object that models what KoL itself displays when visiting a modern shop. When I visit the three Crimbo25 shops, this is what is now printed: -------------------- Crimbo Cafe ROW1527 chocolate ostrich egg...
  10. Veracity

    New Content - Implemented Crimbo 2024

    I'm working on it.
  11. Veracity

    KGBriefcase

    "git update" will load Ezandora's updated script that fixes that.
  12. Veracity

    Proposal: Require Java 21

    I get a warning on my terminal window with Java 21 on my Mac (macOS Sonoma 14.6.1), but everything seems to work the same as it ever was. (Once in a lifetime, water flowing underground.) $ java -jar dist/KoLmafia-28139-M.jar KoLmafia r28139-M Build main-981b593-M 21.0.5 (Eclipse Adoptium...
  13. Veracity

    Feature Familiar Tags

    Yes. We can always add more tags later, as they are discovered.
  14. Veracity

    Scripting "chat with Burly Bodyguard"

    Since visiting main.php?talktobg=1 leaves you in choice 1532, instead of visit_url("choice.php?whichchoice=1532&option=1&bgid="+mid,true); you could probably do run_choice(1, "bgid=" + mid)
  15. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    I am very sorry to hear this. Assuming I am part of the contentious discussion, it was not ever my intent to discourage you, and I apologize for any of my behavior that had that effect. I'm sorry.
  16. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    I read the PR comments for this commit. This PR creates the endpoint that that library will use. And what is the "endpoint"? Requests to the endpoint take two parameters, body and pwd. pwd needs to match the password hash. body is a JSON object like the following: OK. I can use to_json() to...
  17. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Regarding user visible features, my own practice is: 1) Often - but not always - write a Feature Request on this forum describing what I intend If so, read comments and suggestions and engage in discussion. 2) Implement it and open a PR. In the PR, the initial comment documents the user visible...
  18. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    My new policy: For all new feature request PRs, if there is not a kolmafia.us thread explaining exactly what the desired feature is, how it will be implemented, and providing detailed documentation of the new API (RuntimeLibrary, textui/command/*, whatever), as well as complete tests, I will...
Back
Top