Search results

  1. Crowther

    New Content Grey You Challenge Path

    SC is only +1.
  2. Crowther

    New Content Grey You Challenge Path

    Each run (of 2) mine has looked different, but yes, a collection of grey bits.
  3. Crowther

    New Content Feb 2022 IotM: Combat lover's locket

    I was keeping track of missing NOCOPY flags as I filled my locket, but now I'm busy ascending the new path. Here is the things I found missing. All dread monsters need to be flagged. NOCOPY. Copperhead quest monsters are NOCOPY. The Snake With Like Ten Heads isn't flagged and the rest I...
  4. Crowther

    New Content Grey You Challenge Path

    Ha! I know this isn't real, but it freaked me out for a second.
  5. Crowther

    New Content Grey You Challenge Path

    My guess about stats going to zero seems correct. I commented out "KoLCharacter.setStatPoints(muscle, rawmuscle, mysticality, rawmysticality, moxie, rawmoxie);" at the end of "request/CharSheetRequest.java" (that's parsed from JSON) and I no longer have that problem. I'm sure that makes for...
  6. Crowther

    New Content Grey You Challenge Path

    You don't want to eat key pies, muffins, etc. You'll absorb the whole thing and get no items back. Maybe a protection is needed? Is someone foolish enough to test a TPS drink once this leaves standard? Food gives +2 max HP. Booze gives +2 max MP. Spleen gives +1 of both. Tracking...
  7. Crowther

    Bug Grey You path (HC) Leaftlet Quest (with stats) made mafia freak out

    I find doing a number of things can make mafia think I have zero stats. I'm guessing it comes from the API. Clicking on my character gets my stats back, but soon enough they are back to zero. It makes using the maximizer hard to use, because after putting on a item, my stats drop to zero and...
  8. Crowther

    Bug Exit command has unexpected behaviour

    I've gone beyond habit. I have a cron job that does a "kill -HUP" on my mafia during rollover.
  9. Crowther

    Bug - Fixed piranha plant is not a CopyableMonster

    I checked Easyfax's logs and the bot hasn't ever seen a piranha plant in a fax machine.
  10. Crowther

    Bug - Fixed scrapbookCharges preference doesn't appear to be tracking Scrapbook Banish uses.

    For banishing, the wiki lists five messages. FightRequest.java tests for four messages and I think the first and third test match the same message. The second doesn't match any on the wiki. I don't have a scrapbook. I was just curious.
  11. Crowther

    Four commands using registerSubstring

    I use the "mirror" command in a handful of scripts, but never even knew "mirrorend" was a thing.
  12. Crowther

    Bug - Not A Bug maximizer oddness with min and max

    Thanks. That all makes sense. It seems the feature I want doesn't exist. Changed to "Not a bug". I did end up with a decent workaround. I first do "maximize cold res 3 max 3 min, .1 item drop" and if that fails, I do "maximize cold res 3 max 3 min, .01 item drop". That worked every time.
  13. Crowther

    Bug - Not A Bug maximizer oddness with min and max

    I want to bring my cold resistance up to a specific level, while getting as much item drop as possible. The max attribute says, don't count any cold resistance beyond the value. The min attribute says, put a heavy count to cold resistance up to the value. I don't understand why the second...
  14. Crowther

    New Content Crimbo 2021

    A warning, if you have the Crimbo tree in a tab it will keep refreshing even after you log out, log in and start another relay browser section, then the old tab will connect to your new KoLmafia instance using the wrong password hash. This leads to lots of confusing error messages in your gCLI...
  15. Crowther

    AccountVal - What are you worth? What can you sell..

    I don't know about this script, but a similar script I like uses Coldfront mall sales data.
  16. Crowther

    Map the Monsters Scripting Question

    This looks a bit complicated. It is not a normal choice adventure. <center> Head towards the area where you'll find: <form method="post"> <input type="hidden" name="option" value="1" /> <input type="hidden" name="pwd" value="deleted" /> <input type="hidden" name="whichchoice"...
  17. Crowther

    We're moving from SourceForge to GitHub!

    Most of my patches are to override intended behavior put in back when Hola was still here. The only one I can think of to share is a minor change to the sorting order for mall searches, but I don't remember why I did that any more.
  18. Crowther

    We're moving from SourceForge to GitHub!

    I was very happy about the change to git, but dealing with a totally new-to-me build system at the same time really messed me up. I'm happy to say I've got my own patches (lame/trivial) folded in and I'm up to date. Just one month late. Old dog, new tricks.
  19. Crowther

    Feature Req: automatical check the "no skills" box in valhalla if there are no skills that could be permed.

    The problem for me isn't the time spent checking a box for an unneeded warning. The problem is KoL warning me erroneously causes me to click it by reflex and in the rare case I have a skill to perm I might mess up. I'd love a fix for this and I've given up on expecting KoL to fix an obvious bug.
  20. Crowther

    BatBrain -- a central nervous system for consult scripts

    Drat. All the monsters in the sewer have some reistance that batfactors doesn't capture. I just don't get beaten up because of it.
Back
Top