Search results

  1. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Thanks for the report, r27904.
  2. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Okay cool, looks like line 1016 of src/net/sourceforge/kolmafia/AreaCombatData.java. According to the wiki, both unstable fulminate ingredients are affected by both +food and +booze, so we would need special handling for blasting soda, except that it's at c0 already so any changes don't matter.
  3. R

    Bug - Fixed +booze% not recognized on booze ingredients

    Where is this display of predicted item drop rates?
  4. R

    Excavator - gausie's spading script

    "spade autoconfirm" will submit without requiring confirmation.
  5. R

    Excavator - gausie's spading script

    You can still make strictly local changes, it's just going to be harder due to the bundling. I'm not aware whether simply transpiling the TS to JS (translating for rhino) and keeping the files separate is feasible. You could also, as gausie says, make a script which does want you want and then...
  6. R

    Bug Mafia always runs /listen in chat after I run a chat command

    Does it happen if you use tabbed chat?
  7. R

    Bug Mafia tracking abandon client in Guzzlr in error

    Nothing has changed in Mafia's handling of Guzzlr since 2021. Also, what's wrong about that command? You ask it to accept a platinum quest; it does, and then you ask it to accept another, and it tells you you've already got one out. That's what I'd expect it to do.
  8. R

    Feature Modifier Maximizer should sort buffs by value for meat (i.e: maximizer score*duration/meat )

    Consider instead using https://github.com/Ezandora/Gain/. "gain 10000 item 50000 maxmeatspent" will spend up to 50k meat on the best +item buffs.
  9. R

    r27835 - RequestLogger only prints html if explicitly requested by libraryaddic

    I'm sorry to hear that; I don't use mirror. Given that Irrat's initial feature request was about mirror I wouldn't have expected the experience to worsen. I can say that the experience in the GCLI when you accidentally don't quiet a HTTP request is much improved.
  10. R

    Bug Maximizer sees Offhand remarkable as doubling Hodgman's Hamster when it does not

    I see, that makes sense. But the +20% all attributes presumably does get doubled? urgh... I guess it's easiest to just hardcode the affected items. Otherwise we'd have to redo how modifiers work: the relevant one here would be "hobo power is meat(/whatever)", and it only gets applied once.
  11. R

    Feature Handle github's removal of SVN gracefully

    Ezandora has now fixed her scripts, but they've changed to be installed from the default branch instead of Release. I think our scripts json wants updating, and also all scripts which use one of Ezandora's scripts as dependencies should update to the new world.
  12. R

    Bug Maximizer sees Offhand remarkable as doubling Hodgman's Hamster when it does not

    What exactly is happening here? What does modtrace report, and what do you expect to see?
  13. R

    Feature - Implemented Craft Legendary Pizza's Reminder

    The aim of this section is to confirm that you've made any untradable items you need for your run. You can only eat one of each legendary food item per run, so this is working as intended. I could make the link not appear if you have them in storage? I see I currently check inventory, but...
  14. R

    New Content - Implemented spring shoes

    They also want the modifier "Drops Items".
  15. R

    Bug [SMOL] Mafia does not track furnishings at the campsite dwelling in smol

    Yeah, I explicitly disabled dwelling parsing in small: if (KoLCharacter.inSmallcore()) { // hard to parse return; }
  16. R

    Kolmafia questions

    You can (currently) start the war with neither outfit by hitting one of the candy cane sword cane adventures, and using that to start the war. It's probably a bug.
  17. R

    Feature Deprecate _concoctionDatabaseRefreshes

    garbo / autoscend seem to set the following global preferences: allowNegativeTally allowNonMoodBurning allowSummonBurning logPreferenceChange logPreferenceChangeFilter any objections to just making each of them user-specific? The two dealing with MP burning seem like they should be...
  18. R

    Bug - Not A Bug Mafia won't open (explain like I'm an idiot please)

    First of all, rather than opening the Mafia _folder_, you should run Mafia by opening the Mafia _jar_, which you should put somewhere writable (e.g. in a new folder inside your user directory). Mafia creates lots of folders in various locations when it runs, so it's good to have it in its own...
  19. R

    Feature - Rejected Archive old sessions to reduce file size

    Both Windows and Linux natively support compressing files, so any user that wants to can just do it themselves. Mafia is a game client for playing the game Kingdom of Loathing. Other programs are really good at compressing files, and I think you should use those instead.
Top