Recent content by Crowther

  1. Crowther

    Bug Locket contents not detected after liberating king in Standard

    Before KoLmafia supported the locket, this code was used: string tmp = visit_url("inventory.php?reminisce=1"); string rem = visit_url("choice.php?forceoption=0"); Might be a workaround until a correct fix comes along.
  2. Crowther

    Bug modifier_eval() failing with some negative numbers

    Thanks! That's really interesting. Some bugs can be so obscure. I wonder how many random seeming aborts this has caused over the years. I hit it again this morning, because my maxhp is the same as yesterday morning.
  3. Crowther

    Bug modifier_eval() failing with some negative numbers

    Really weird bug. It still happens in r28727 (I suspected r28728 at first). It happens in other clan members KoLmafia. Doing "ash modifier_eval("-23963")" aborts with "Expression evaluation error: Index -1 out of bounds for length 128 () Returned: void" Doing "ash modifier_eval("-23960")"...
  4. Crowther

    New Content Sea Changes

    And pre-adventure things shouldn't trigger for Grandma anyway.
  5. Crowther

    New Content Sea Changes

    I never had that happen, but I always did "maximize sea" before visiting Grandma. Is it possible you didn't have anyway to breathe underwater and so mafia tried to help and picked the wrong equipment?
  6. Crowther

    New Content Sea Changes

    I did that lost the fight, turned MP restoring back on. Farmed more crayon shavings, turned MP restoring off, won the fight and turned MP restoring back on again. It would be nice if that one location didn't restore MP, since it is always a bad idea.
  7. Crowther

    New Content Sea Changes

    Another helper that isn't help is MP restoring before the Shub fight. I've no clue of that would be easy to disable in code.
  8. Crowther

    New Content Sea Changes

    I know Mom is required. I know the skate park is required by the council, not the center door. Maybe Mom is the same?
  9. Crowther

    Tattoos.ash - Updated

    Cool! Got me two more tattoos.
  10. Crowther

    Feature - Implemented Sea Path requests (Grandpa storage, Abyss/Lasso progress)

    Right, sea path, not sea in general.
  11. Crowther

    New Content Sea Changes

    Honestly, don't know much about the new path, but we normally give warnings if freeing the king loses something, so . . .
  12. 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");
  13. 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.
Back
Top