Recent content by heeheehee

  1. H

    Bug Max Drunkenness drops when equipping weapon/off-hand

    `modtrace` is a bit of a hack, in that it will "fix" things short term but does not help us get much closer to figuring out what's going on. But it does seem like it confirms that it's (likely) the passive skill cache at fault if that fixes the problem, since that's one of the unique things that...
  2. H

    Bug You are too drunk to continue

    r27940 may address the ronin-break and king liberation scenarios, although I have only verified this in synthetic tests, not by actually ascending and breaking ronin or freeing the king. There seem to be other scenarios where this happens (including whatever ckb's been experiencing), so I don't...
  3. H

    Bug Max Drunkenness drops when equipping weapon/off-hand

    This is very surprising, and runs counter to my current understanding of the problem. Exactly what steps are you taking to log off & back on? The short version is that we calculate all the modifiers associated with passive skills and store those values so we don't have to keep recomputing them...
  4. H

    Bug You are too drunk to continue

    Ronin-break at least does not seem to trigger any modifier adjustment, which is a bug if true. I assumed that king liberation is a race condition.
  5. H

    Bug You are too drunk to continue

    These are useful data points. I'll try to get some time later this week to look at specifically the king-liberated and ronin-break handling. (Specifically: it sounds like ronin-break means that one of your permed skills starts having effect again? Drinking to Drink, probably?) In the meanwhile...
  6. H

    Excavator - gausie's spading script

    Github Actions compile that into JS on the `release` branch after each commit that's pushed to `main`. https://github.com/loathers/excavator/blob/main/.github/workflows/deploy_script.yml If you want to compile this yourself, you'll have to install one of the various TS -> JS transpilers...
  7. H

    Feature Request: Discuss Retry-After header in Generic Request

    > 503/429 messages, since that mechanism is designed to cover cases of scheduled maintenance with a known end-period Incidentally, that's not how I view either of those status codes. 429 ("Too many requests") serves a purpose directly related to Retry-After in terms of throttling, and it seems...
  8. H

    Bug You are too drunk to continue

    If "modtrace liver" does nothing, then that's a distinct problem (namely: unrelated to the modifier passive skill cache). From looking at the commit: visiting the wereprofessor research bench to look at your current upgrades should update your preferences appropriately. If that's not happening...
  9. H

    Forum help and cleanup

    To clarify: previously both "feature" and "feature - implemented" were the same shade of light green. The current status is a strict improvement over that.
  10. H

    Bug - Not A Bug r27822 Unwanted password dialog box pops up with Chrome + KoLmafia

    Closing with "Not a bug" since it was apparently a Chrome bug. Either way, it's unlikely we can do anything about it on Mafia's end if it comes back.
  11. H

    Forum help and cleanup

    I think it makes sense to differentiate between Feature and "Feature - Implemented" / "Bug Fixed", at the very least. So no objections from me re: new colors.
  12. H

    New Content Feb 2024 Challenge Path - Were Professor

    r27837 fixes the debug log that Boesbert reported.
  13. H

    New Content Feb 2024 Challenge Path - Were Professor

    Hm. That last one is a different stack trace, where AscensionClass might never be initialized (and therefore is still null if there are no matches). It's an easy fix; I'll post a pull request in a bit.
  14. H

    "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."

    I don't see any logical issues with adding `shadowJar.mustRunAfter cleanDist`, which is the other option that Gradle suggests -- it doesn't make sense IMO to clean after building the jar, after all.
  15. H

    Shall it be closed?

    Yeah. I think I understand the race condition now. I just haven't had time to put together a fix yet. (If anyone else wants to take a stab at it, be my guest.)
Top