Recent content by Crowther

  1. Crowther

    New Content - Implemented KoL color change broke Wumpus parsing

    That green on black text is the gift that keeps giving. . . src/net/sourceforge/kolmafia/session/WumpusManager.java: - private static final Pattern ROOM_PATTERN = Pattern.compile("b>The (\\w+) Chamber"); + private static final Pattern ROOM_PATTERN = Pattern.compile(">The (\\w+) Chamber");
  2. Crowther

    r28566 - What's Changed wire-crossin' elf is nowish not nocopy by @ianknowles in #2959 Full Changelog: r28565...r28566

    It is weird, because that's the only monster who is both NOMANUEL and NOWISH, but I confirmed you can't wish one up.
  3. Crowther

    Bug - Fixed Mafia autosells bar skins

    I think the barskin loincloth can be useful for busking with the beret.
  4. Crowther

    Bastille

    My git repository was pointed to a branch that no longer existed, so it couldn't update. Since I followed the directions when I first installed it, I figured others might be having the same issue, but I could be alone.
  5. Crowther

    Bastille

    This script requires Ezandora's Choice Override. Mine worked, but was using an out of date version, because the repo had moved. Try this:git delete Ezandora-Choice-Override git checkout https://github.com/Ezandora/Choice-Override.git Before you do that, you can check to see what version you...
  6. Crowther

    New Content Hat Trick Challenge Path

    A small problem I noticed is that available_amount includes equipped hats. This causes some problems with recipes using hats like the turtle helmet. I don't know if fixing that would cause other problems.
  7. Crowther

    New Content Hat Trick Challenge Path

    greycat said that, "it appears you do receive Damage Absorption from your highest power hat, including Tao's bonus."
  8. Crowther

    New Content Hat Trick Challenge Path

    I've been hacking up autoscend to get it to work in Hat Trick, but since r28529 came out I reverted my hacks. I just finished doing day 2 and then ascending and doing day 1. Obviously, autoscend didn't take advantage of using extra hats, but everything ran real smooth, except the harem outfit...
  9. Crowther

    New Content Hat Trick Challenge Path

    Sweet!
  10. Crowther

    New Content Hat Trick Challenge Path

    You can't equip the same hat more than once. Here are the new hats.
  11. Crowther

    Bug flyeredML no longer auto-correcting to under 100k

    There have been times when KoLmafia thought we had the ML to finish the quest and removed the button and yet when visiting the Arena KoL said it wasn't done. Those I saw have been tracked down and fixed. I've very sure there has never been a cap, but the idea of adjusting the number back below...
  12. Crowther

    Bug - Fixed Mafia failing to detect acquiring Mancave in Leprecondo

    Oooh, that explains how I acquired it without it being logged. I was confused for a bit.
  13. Crowther

    Running in Docker on a headless server?

    I need to try that out someday. I just do it old school with X11 port forwarding. Putty has a checkbox for it. Ssh uses -X. In both make sure to turn on compression it is a big help. Port forwarding the relay browser requires actually specifying the correct ports.
Back
Top