Recent content by fronobulax

  1. fronobulax

    Feature - Implemented Request: Record order of Daily Dungeon rooms

    First I have shifted my concerns from strategy to tactics and so am actively trying to improve the implementation as published in a PR. I'll stand by my comments and note I tired to moderate my tone with humor. I have had "history" with some individuals concerning KoLmafia. No point in...
  2. fronobulax

    Feature - Implemented Request: Record order of Daily Dungeon rooms

    Context always helps to win me over and often other devs as well. Who is the "we" who is using things like bang potion effects to predict other things? Where are results being shared or is this more like the beachcombing work which wasn't really shared until a second effort started publishing...
  3. fronobulax

    Feature - Implemented Request: Record order of Daily Dungeon rooms

    I have spent almost two decades arguing against features that were unnecessary because they could be implemented by scripts. Same for niche features, such as things that only work for, or have relevance for, KoLmafia users who have access to the dev server. Obviously there are a lot of battles...
  4. fronobulax

    Feature - Implemented Request: Record order of Daily Dungeon rooms

    We have different definitions of ideal world :-) In my ideal world KoLmafia would not have features that could be implemented by scripts. If it is not in the code base then it does not have to be tested, maintained, or fixed and it does not create a possible security hole or something that...
  5. fronobulax

    Feature - Implemented Request: Record order of Daily Dungeon rooms

    Is the order identical for every day and only resets after ascension? (I think you said yes, but..) Could this be satisfied by a Daily Dungeon script that you run and it creates or adds to or validates a user preference?
  6. fronobulax

    Bug All skills with daily limits should appear in dailylimits.txt

    From a PR on GitHub This is probably because of skills that are not in dailylimits.txt Posting here as a reminder.
  7. fronobulax

    New Content Monster Manuel updates

    The Maety Bonerdagon and angry piñata are still flagged. I thought #3480 was expected to fix Maety but it doesn't seem to. I looked at it a bit and there are two whitespace after "The" in the HTML but the obvious fix is not working. I wonder if the RegEx needs to be adjusted?
  8. fronobulax

    New win11 update messed with mafia

    This is the cause of many known Windows problems. The preferred option is to create the KoL folder in a directory that is not protected (Desktop, Program Files, etc.) and that the Windows user running KoLmafia has full read and write permissions. Bitlocker was a bit of a red herring because...
  9. fronobulax

    New win11 update messed with mafia

    I am running W11 but am no help because I have the home version which doesn't have bitlocker.
  10. fronobulax

    New Content - Implemented Archaeologist's Spade

    I posted this in the other thread but decided repetition was more useful than merging threads. I can imagine an optimization where the number of digs is a parameter and the code only does run_choice(4) on the last dig but that doesn't really benefit me at the moment so laziness wins.
  11. fronobulax

    New Content Monster Manuel updates

    I looked at it and decided it was an encoding thing, I looked at the code and felt like the fix I was thinking of was too kludgy and might have side effects. I then wondered about a test that might give me confidence in my change. They I realized the existing test runs against a Manuel with...
  12. fronobulax

    Archaeologist's Spade

    I did not like using a choice adventure script for this because I did not want to edit my current script nor create some kind of container that managed the spade or called the current script. while ( get_property("_archSpadeDigs").to_int() < 11 ) { string url =...
  13. fronobulax

    Bug Settings not being updated at the right time

    Not sure on the pants. olfactedMonster was not being reset on ascension. https://github.com/kolmafia/kolmafia/pull/3434 should fix that once it is committed.
  14. fronobulax

    Bug - Fixed maximizerMList does not correctly handle changes to maximizerMRUSize

    Just FYI I looked at this for a few minutes. Two comments. First my superficial inspection suggests the update code was tweaked by hola when he added the Bookmarks capability. That intermittently broke the ScriptMRU capability because sometimes the drop down menu would have repeated...
  15. fronobulax

    Bug maximizer fails equipping non-existent hoverboard

    How are you doing this - from the command line (or a script) or the GUI? The GUI has several options that would allow the maximizer to buy, pull or create something it doesn't have. Is there any chance there was a failure to acquire that was not detected prior to equipping? We may define...
Back
Top