Search results

  1. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Yes. r28335 will fix it, once my PR is approved and merged. Heck, I may do that myself; who needs a code review for a fix this simple? :) It's in - after code review and followup commits. ;)
  2. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    Yeah. > inv mini kiwi mini kiwi (100) > create 3 mini kiwi aioli Verifying ingredients for mini kiwi aioli (3)... Purchasing mini kiwi aioli (3 @ (5 mini kiwis))... Visiting Kiwi Kwiki Mart... Creation failed, no results detected. Working on it. OK. > inv mini kiwi mini kiwi (100) >...
  3. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    r28333 should fix that.
  4. Veracity

    Bug - Fixed is_coinmaster_item no longer returning true for Wrecked Generator

    There has been major refactoring going on for weeks. As of yesterday, it's likely done. I'll look at the mini kiwi shop.
  5. Veracity

    r28327 - What's Changed feat: change fact strings to be more thorough by @midgleyc in #2715 Full Changelog: r28326...r28327

    You're fighting a senile lihc HP: 70, Atk: 76, Def: 71, Type: undead Drops: lihc eye (20), lihc face (9) Just the Facts: +3 moxie substats resulted in: These things leave an above-average amount of psychic energy behind after they die. You gain 4 Magicalness. and You're fighting a giant...
  6. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    inventory.php?action=apriling Playing Apriling band quad tom Preference _aprilBandTomUses changed from 0 to 1 Preference lastAdventure changed from Cyberzone 1 to None [602] Apriling Band Quad Tom Looking at the HTML of that responseText, KoL requests a charpane update with that request...
  7. Veracity

    Bug - Fixed mall search gives inaccurate results [v28317]

    You'd prefer this: > searchmall Pack of Every Card Searching for "Pack of Every Card"... Search complete. 1 @ 4,995,000,000 meat 1 @ 5,750,000,000 meat 1 @ 6,999,999,998 meat 1 @ 7,999,000,000 meat We forgot to change this when mall prices started to be "long" values. Simple fix: diff...
  8. Veracity

    New Content CyberRealm keycode - 2025 item of the year

    r28331 fixes sandworm fights from the apriling band tom.
  9. Veracity

    r28327 - What's Changed feat: change fact strings to be more thorough by @midgleyc in #2715 Full Changelog: r28326...r28327

    You're fighting a Mob Penguin hitman HP: 164, Atk: 149, Def: 141, Type: penguin Drops: kneecapping stick (0) Just the Facts: +3 mysticality substats Meat: 496 - 744 resulted in: You can get a little hair oil out of these guys if you squeeze them in the right spot. You gain 3 Smarm. and...
  10. Veracity

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    Something for me to think about: > ash buy($item[sombrero-mounted sparkler]) Searching for "sombrero-mounted sparkler"... Search complete. Returned: false > ash buy($item[rocket boots]) Purchasing rocket boots (1 @ 950)... You spent 950 Meat You acquire an item: rocket boots Purchases...
  11. Veracity

    Bug - Fixed get_workshed() no longer returning mayo clinic

    Thanks. I added a test using your html. Ryo already merged my previous commit - which fixed both the FIreworks Shop and the Mayo Clinic - so I have a new PR with nothing but a test for the Mayo Clinic. I may just merge that one myself. :)
  12. Veracity

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    With my (currently open for review) PR: > set _fireworksShop=false _fireworksShop => false > set _fireworksShopEquipmentBought=false > set _fireworksShopHatBought=false _fireworksShopHatBought => false > ashq visit_url("clan_viplounge.php?action=fwshop&whichfloor=2") Visiting Underground...
  13. Veracity

    Bug - Fixed get_workshed() no longer returning mayo clinic

    I see that both fwshop and mayoclinic need to examine the responseText for simple visits. I have an aftercore character with access to the Fireworks Shop, so I was able to write a test. I have an open PR which fixes the issue. https://github.com/kolmafia/kolmafia/pull/2713
  14. Veracity

    Bug - Fixed get_workshed() no longer returning mayo clinic

    OK. I can see the issue. For NPC shops, we are no longer parsing the response unless you are actually buying something. I would not be surprised is that is the issue with the Fireworks Shop, too. I'll fix that.
  15. Veracity

    r28323 - What's Changed Add information on Just the Facts results to Location Details/Combat by @HippoKingKoL in #2707 Full Changelog: r28322...r283

    I assume this is a bug in the FactDatabase.getFact(), but I am now fighting a medusa and I see "Fact: 10". > ash $monster[medusa].fact_type Returned: hp > ash $monster[medusa].fact Returned: 10
  16. Veracity

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    OK. I should be able to test that. My aftercore character with access to the fireworks shop bought a hat, not an accessory, so it should still be available.
  17. Veracity

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    The Underground Fireworks Shop is an NPC store, not a coinmaster. 1) With a character in a clan with that shop, if I do a Mall Search for "fedora", I see a fedora-mounted-fountain available from that shop for (1 @475). I.e., limited to 1 and not greyed out. > acquire fedora-mounted fountain...
  18. Veracity

    New Content Toy Cupid Bow Preferences

    Here is test_fight_cupid_heart_necklace.html.txt I do not understand why I could not upload the .html file. I used a golden pet rock because I am in run and that is Standard compliant.
Back
Top