Recent content by fronobulax

  1. fronobulax

    Bug - Fixed Using the replica Deck of Every Card via CLI causes an error state, even if successful

    Is there any circumstance where a user can have both an original and a replica? Maybe in a softcore LoL run that is out of Ronin? If so is that too niche to support? I'd love to push this back on the script - that's why there are try and catch, after all, but if I detect a failure because the...
  2. fronobulax

    Bug - Fixed Mafia will attempt to use 'Replica Powerful Glove' and fail with Poweful Glove in inventory

    Marked as fixed because it seems to have the same cause as https://kolmafia.us/threads/mafia-loses-track-of-which-equipment-can-be-used-for-cheat-code-skills.31151/ which has been fixed.
  3. fronobulax

    Bug - Fixed Using the replica Deck of Every Card via CLI causes an error state, even if successful

    Perhaps related? https://kolmafia.us/threads/mafia-will-attempt-to-use-replica-powerful-glove-and-fail-with-poweful-glove-in-inventory.30645/
  4. fronobulax

    Bug - Fixed Using the replica Deck of Every Card via CLI causes an error state, even if successful

    if (InventoryManager.retrieveItem(ItemPool.DECK_OF_EVERY_CARD, 1, true)) { deckUsed = ItemPool.DECK_OF_EVERY_CARD; } else if (KoLCharacter.inLegacyOfLoathing() && InventoryManager.retrieveItem(ItemPool.REPLICA_DECK_OF_EVERY_CARD, 1, true)) { deckUsed =...
  5. fronobulax

    Bug - Fixed Using the replica Deck of Every Card via CLI causes an error state, even if successful

    Interesting. This PR https://github.com/kolmafia/kolmafia/pull/1889 remains un-committed because it solves the problem it was expected to solve but a side effect is a thread block that freezes mafia. The thread block often occurs when the use of a Deck of Every Cards is automated. I will...
  6. fronobulax

    New Content Sea Changes

    Not happening to me. If the gear I have on already is suitable for the sea then mafia does not try and change it when I try and visit Grandma. If I don't have sea gear on mafia tells me that I can't visit Grandma and doesn't let me do so. But the action to add sea gear is left up to me...
  7. fronobulax

    Maximizer and weapons?

    Not repeatable after r28728. Maximizer likes a pair of the deep sea six shooters over skate blade etc. for a Seal Clubber which is counter intuitive but using effective "fixes" that. There may be nothing to see here but it is refreshing to have limited equipment and thus less than 30 possible...
  8. fronobulax

    Maximizer and weapons?

    I know https://kolmafia.us/threads/maximizer-didnt-equip-a-weapon.29577/#post-174282 is out there, unresolved, and my attempts to fix have languished. I am doing a HC, SC Sea Run, pretty much manually. AFAIK autoscend isn't handling the Sea (yet?) and I can do better than simplesmack running...
  9. fronobulax

    Expired server certificate at zachbardon.com

    The certificate at zachbardon.com has expired. That belongs to @zarqon. It hosts some data files still used by scripts, a script registry and a couple of other things that support KoLmafia. I have started contacting him since he has not checked in at kolmafia.us since July but there is no...
  10. fronobulax

    Unable to add conditions.

    Working for me :-) Most of the changes in 28721 and 28722 are in data files. A superficial scan suggests that the other changes should not effect conditions and adventuring, at least directly. Common issues include forgetting to check the check box and entering something as a condition that...
  11. fronobulax

    Missing data from settings file and CONFLICT files - information sought

    Not sure what is going on here. The string "CONFLICT" only occurs in the code base in connection with SVN options. So it is probably not KoLmafia code that saved you. The feature that creates a backup and possibly restores from it can be attributed to @MCroft if my memory is correct. My...
  12. fronobulax

    Bug - Not A Bug Frat House Availability incorrect?

    I opened an issue, convinced myself that it was mafia's problem, not autoscend's and closed it. Oh well. I will see if it has been addressed before my next run.
  13. fronobulax

    Bug - Cannot Reproduce Mafia can't find "sweat out"

    I looked at what was changed since 28714 and explaining how any of those changes could have effected this is beyond me. If there are git hosted scripts involved then perhaps changing how the scripts are fetched changed a script. There is a daily preference that is used to limit casts to 3...
Back
Top