Recent content by Rinn

  1. Rinn

    Bug - Fixed get_campground() missing string of Crimbo lights & plastic Crimbo reindeer if installed

    > version KoLmafia r28955 > ash get_campground() Returned: aggregate int [item] Certificate of Participation => 1 Dramatic™ range => 1 Feng Shui for Big Dumb Idiots => 1 meat globe => 1 Discount Telescope Warehouse gift certificate => 7 Crimbo wreath => 1 string of Crimbo lights => 1 plastic...
  2. Rinn

    Bug - Fixed get_campground() missing string of Crimbo lights & plastic Crimbo reindeer if installed

    I would assume probably because the name of those two entries are different than the item after being installed and need special handling > ash get_campground() Returned: aggregate int [item] none => 1 Certificate of Participation => 1 Dramatic™ range => 1 Feng Shui for Big Dumb Idiots => 1...
  3. Rinn

    Bug - Fixed Rollover Effect Duration is no longer a valid modifier

    The first failure I have a log for is r28864: 02:01:14 Maximizer: 10.0 adv, 0.001 rollover effect duration, switch disembodied hand, switch left-hand man, -tie 02:01:14 Unrecognized keyword: rollover effect duration 02:01:14 Unable to meet all requirements via equipment changes. 02:01:14 See...
  4. Rinn

    New Content Quantum of Familiar does something now.

    We should probably track this with maybe like "itemLevel11681" because it affects quantized familiar experience, similar to how we track skillLevelN for upgradable skills? Mafia doesn't really do much with items that grant familiar xp right now though, the other ones like Ghost Dog Chow are...
  5. Rinn

    Bug SMOOCH appearance rates sometimes starts off wrong

    yeah i’m a cli user
  6. Rinn

    Bug SMOOCH appearance rates sometimes starts off wrong

    Seems like that doesn't work for me > js setLocation(Location.get("The SMOOCH Army HQ")) Preference nextAdventure changed from The Dire Warren to The SMOOCH Army HQ Returned: null > js appearanceRates(Location.get("The SMOOCH Army HQ")) Returned: aggregate int [string] Deuce Freshly => 0...
  7. Rinn

    New Content Hat Trick Challenge Path

    hats were added a few hours ago already with https://github.com/kolmafia/kolmafia/commit/15b9e0f360d018ba29652abafa553b2ac8ed18dc
  8. Rinn

    BeachComber - fast and efficient beach combing

    Looks like the regex in create_combing_matcher fails if someone has preference logging turned on since that could add one or more lines between the "Combing square" line and the results line in the logs, for example this isn't matched: Combing square 2,3 (7392 minutes down the beach) Preference...
  9. Rinn

    Feature - Implemented Prefs file backup/restore Draft PR

    There's def still the possibility for other calls to change properties while the data reset is happening, but I was hoping to try and at least remove the chance of writing out a file from another thread which can't happen now since I moved where userPropertiesFile is set so it will continue to...
  10. Rinn

    Feature Add tracking for Asdon Martin Bumper cooldown

    we could just set a 30 turn "Asdon Martin: Spring-Loaded Front Bumper" counter maybe
  11. Rinn

    Feature - Implemented Prefs file backup/restore Draft PR

    https://github.com/kolmafia/kolmafia/pull/2808 i think i figured out the window of time when cleared or partial preferences get written and immediately reloaded
  12. Rinn

    New Content - Implemented Rumpus Room change

    Girls of Loathing Calendar Collection of Self-Help Books Inspirational Desk Calendar A Wrestling Mat worked, I got the PVP fights in hardcore
  13. Rinn

    New Content CyberRealm keycode - 2025 item of the year

    Should breakfast also grab the datastick automatically if it hasn't been acquired this ascension?
  14. Rinn

    New Content Feb 2024 Challenge Path - Were Professor

    We need to get a debug log of the combat when this happens so we can figure out the issue. I just started my wereprof runs so I can try and get this.
  15. Rinn

    My personal Meat farming script

    https://github.com/s-k-z/kolfix this can fix a bunch of settings for you
Back
Top