Search results

  1. R

    Bug - Fixed Some combat drops in the Crimbo 2023 zones are ignored

    Right, so this looks like the message ""Arr," says a nearby Crimbuccaneer. "10 points for ye, to be sure."" is being interpreted as damage. After that, all messages between that and the stats get skipped.
  2. R

    Where is the .exe?

    We're not providing .exes any more. You should install Java (Adoptium) from https://adoptium.net/ After that, you can pick up a .jar from the Releases page at https://github.com/kolmafia/kolmafia/releases We update daily or greater-than-daily. There may be some auto-update scripts, but I...
  3. R

    New Content - Implemented Protestor Tracking for the Candy Cane Sword Cane

    The attached file seems to be your character pane instead of the choice page.
  4. R

    Feature - Implemented Breaking Tests

    The tests should go. I think the only still-in-use scripts hosted on GitHub but using SVN are Ezandora's, and she updated her scripts after I broke everything with the modifiers change, so I expect come January she'll also fix them for the SVN thing. If not I'll make some forks.
  5. R

    Bug - Fixed mafia doesn't recognize +adv from the briefcase

    Parsing changed in https://github.com/kolmafia/kolmafia/pull/94 and I wonder if it broke then.
  6. R

    Bug Maximizer switches the LED Candle even when not needed

    It's probably the tiebreaker. Try running again with "-tie".
  7. R

    Feature - Implemented Allow monster EA: none

    I don't see any reason in the code why "EA: none" wouldn't work. The other problem with expected_damage() is that it hasn't been updated to the new paradigm where monsters can have multiple attack elements. It assumes that the last "EA:" attribute is the sole attack element of the monster...
  8. R

    New Content august scepter

    Should be fixed with r27685
  9. R

    New Content august scepter

    Just to confirm this: the way it used to work is that if you cast the "today" skill before casting 5 skills total, it didn't count against the 5 casts, but if you tried to cast it after you'd already cast 5 other skills, it couldn't be cast. Now the behaviour is that in-run, whether a skill is...
  10. R

    Bug incorrect free rest count

    check standard.php / your charsheet: does Long Winter's Nap appear in either? both? At one point this was fixed; it may have been unfixed.
  11. R

    Automatically increase mall advertising budget

    If you type "/goto backoffice.php?pwd='+pwdhash+'&action=addbudget&meat=5" into the in-game chat, that will work. The Mafia version doesn't work because: pwd='+pwdhash+' is wrong: it should just be pwd access to backoffice.php is blocked.
  12. R

    Bug - Fixed Missing multiusable items

    Thanks for the report: should be fixed in r27654.
  13. R

    Bug You are too drunk to continue

    The other part of this is that (when it's a combat skill) sometimes we fire "addAvailableSkill" and sometimes "addAvailableCombatSkill". The former recalculates modifiers and the latter doesn't. I am curious as to whether we could just always use the latter.
  14. R

    Bug You are too drunk to continue

    I tried jamming in some recalculateAdjustments while looking at https://kolmafia.us/threads/mafia-setting-timesrested-to-0-on-login.29268/, but I never managed to make it work. If it works in the place you've got it, that's good to go, I think.
  15. R

    Bug You are too drunk to continue

    A side issue is that, after modtrace recalculates your adjustments, the sidepane still shows the previous value -- it needs a KoLCharacter.updateStatus() call to update.
  16. R

    Bug You are too drunk to continue

    I posted some investigation in https://kolmafia.us/threads/missing-1-drunk-capacity-starting-with-27601.29257/ -- there's a race condition to do with the passive skill cache. I don't know whether this is the root cause, but it might be.
  17. R

    Bug - Fixed Missing 1 Drunk Capacity starting with 27601

    Okay, so somebody else reported this (from after freeing the king), so I did some investigation and found the following, copied here for ease of reference: yeah, I can see a race `Modifiers.availablePassiveSkillModifiersByVariable` is cleared by `resetModifiers` which is called by...
  18. R

    New Content Jill-of-all-trades (October 2023 IotM)

    This is the same way that the Baby Mutant Rattlesnake works, yes? So the existing Mafia modifier should be fine.
Back
Top