Search results

  1. 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.
  2. 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.
  3. 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.
  4. Crowther

    Four commands using registerSubstring

    I use the "mirror" command in a handful of scripts, but never even knew "mirrorend" was a thing.
  5. 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.
  6. 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...
  7. 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...
  8. 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.
  9. 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"...
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. Crowther

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    It seems guyy hasn't logged in here in four years. Same thing in KoL too.
  15. Crowther

    Veracity's Gingerbread City.ash

    Does KoLmafia know you have the city available? Try "get gingerbreadCityAvailable".
  16. Crowther

    New Content bottled Vampire Vintner the October 2021 IotM

    Results for Vampire Vintner after 10 trials using 120 turns...
  17. Crowther

    New Content bottled Vampire Vintner the October 2021 IotM

    Reading on the KoL forums, there seems to be only one bottle of wine and how its description and effect depends on the damage you do to end the combat that drops the wine.
  18. Crowther

    New Content bottled Vampire Vintner the October 2021 IotM

    Some kind of mosquito/potato that drops booze. Once I got one booze (14 combats) the familiar seemed to expect me to do something. I think I need to consume the booze to get more, but I'm drastically over drunk. Attached (to preserve tabs) is everything I was able to get to.
  19. Crowther

    BatBrain -- a central nervous system for consult scripts

    Okay, finally got things right to test that line and no, it did not work. Damage calculations are still off. I still see damage from Soot and Ashes at 75% of what I'd expect (50% of my buff myst in physical and hot damage). Buffed Myst: 1188 You conjure up an entire hearth's worth of hot...
  20. Crowther

    Bug Outfits and foldable items lead to broken state

    That's the rub. For a while I had similar issues around outfit changes in between (pre or post?) adventure scripts. I could never force it and running the same code on different days would have different results. Someone finally found that bug and I haven't seen it since, but it took over a...
Back
Top