Search results

  1. Veracity

    Bug - Fixed Multibuying from the purchases tab only buys one of the requested item.

    I've identified the issue and restored the line that I removed because it sure looked like a kludge. In fact, it had a comment that said "Kludge for the use of CoinmasterPurchaseRequest". Maybe I will look harder, later, but for now when I ask to purchase 2 yak skins, it actually gets 2 from the...
  2. Veracity

    Bug - Fixed Multibuying from the purchases tab only buys one of the requested item.

    I can reproduce this buying yak skins from the Trapper.
  3. Veracity

    Bug - Fixed December 2024 changes in KoL break lots of stuff

    Things I noticed yesterday on day one of an ascension: - When KoL displays a "New Area Opened" image, we no longer mark the image with links to the location and its container zone. I've missed several chances to get the HTML for that. We'll see more about today. - When I danced with Lady...
  4. Veracity

    My personal Meat farming script

    For now, you can tell vcon to skip specific items by adding them to the VCON.ExcludedConsumables property. It's a set of item names, separated by "|" characters.
  5. Veracity

    Bug - Not A Bug server returned response: code 500 during fight in one of the new cyber zones.

    5XX errors are, by definition, server-side errors. From Wikipedia "List of HTTP Status codes"
  6. Veracity

    Bug - Fixed Hitting some item acquisition bugs on r28221

    Try r28225. I cannot test the Quartersmaster, but I think it was the same issue as the hermit.
  7. Veracity

    Bug - Fixed Hitting some item acquisition bugs on r28221

    I am testing my fixes for these things and will submit a PR Real Soon Now.
  8. 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
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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...
  16. 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...
  17. Veracity

    New Content - Implemented Crimbo 2024

    I'm working on it.
  18. Veracity

    KGBriefcase

    "git update" will load Ezandora's updated script that fixes that.
Back
Top