Search results

  1. Crowther

    Bug - Fixed Irregular +/- combat rate modifiers interact poorly with the soft cap

    > ash numeric_modifier("combat rate") Returned: -45.0 > ash numeric_modifier("Combat Rate") Returned: -29.0Just to be clear this isn't unique to JavaScript.
  2. Crowther

    idk how this website works but i need help with something with the combat scripting in kolmafia

    I have "skill bowl straight up" in my CCS and mafia just skips it when I don't have the ball.
  3. Crowther

    New Content Grey You Challenge Path

    Yup. That's what I was talking about in post #5. Mafia checks api.php to update your stats after each equip and KoL is bugged. I commented that out, but it has the side effect that mafia doesn't know how your stats have changed.
  4. Crowther

    New Content Grey You Challenge Path

    SC is only +1.
  5. Crowther

    New Content Grey You Challenge Path

    Each run (of 2) mine has looked different, but yes, a collection of grey bits.
  6. 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...
  7. Crowther

    New Content Grey You Challenge Path

    Ha! I know this isn't real, but it freaked me out for a second.
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. 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.
  13. 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.
  14. Crowther

    Four commands using registerSubstring

    I use the "mirror" command in a handful of scripts, but never even knew "mirrorend" was a thing.
  15. 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.
  16. 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...
  17. 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...
  18. 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.
  19. 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"...
Back
Top