Search results

  1. Crowther

    New Content - Implemented There's no spray paint in the general store any more.

    Hmm. Once I added my public key to that Github account it seemed to work and I made a pull request. I've use rcs, cvs, svn, hg and git. I still find git the most confusing.
  2. Crowther

    New Content - Implemented There's no spray paint in the general store any more.

    According to the wiki "The spray paint was removed along with The Graffiti Wall on April 1st, 2019." It is still listed in "src/data/npcstores.txt". I did try to make a pull request and got all the hard stuff figured out, but I couldn't get my token to authenticate over https for the final...
  3. Crowther

    Maximizer and the law of diminishing marginal returns

    I have mine set to 500K and just recently that became an issue with some combination of "maximize item, sea" where it didn't actually get far enough to meet the sea requirement. I just removed "item" from those lines as I was mostly just trying to free dad and not farm. My inventory is totally...
  4. Crowther

    Bug - Fixed lastTrainsetConfiguration incorrectly reset during initialization

    I automatically kill KoLmafia with a script before rollover. I use "kill -HUP" instead of just "kill" and that lets mafia save its preference file before quitting.
  5. Crowther

    New Content A Shrunken Adventurer Am I

    Unsurprisingly, the maximizer now works fine on this path with the latest release. Thanks, Everyone! An oddity that I don't care if anyone fixes. When I free the king, my char pane goes from 2/1 full/drunk, to 20/10 full/drunk, but mafia says 2/10 until I refresh it. Not mafia's fault, but...
  6. Crowther

    New Content A Shrunken Adventurer Am I

    Yes, I too failed to realize what was in the data files. Once I saw what was there it was obvious why things worked like they did.
  7. Crowther

    New Content A Shrunken Adventurer Am I

    Thanks!
  8. Crowther

    New Content A Shrunken Adventurer Am I

    After this update (27586) the maximizer no longer works correctly for stats in Shrunken. It is recommending +% increaseser, which don't do anything in Shrunk. Changing "Am" back to "am" fixes the current revision, but I have no clue what the consequences of that are.
  9. Crowther

    New Content - Implemented Gingerbread City

    I see a _chocolateSculpturesUsed preference.
  10. Crowther

    r27554 - revert untested breaking parser change by @Veracity0

    Interestingly all my code for the day run just fine, except this line: matcher m = create_matcher("Clan: <b><a class=nounder href=\"showclan.php\\?whichclan=([0-9]+)\">(.+?)<", page); The parser was expecting a '{' instead of the final ')'.
  11. Crowther

    New Content A Shrunken Adventurer Am I

    Mafia can see your true stats using api.php. If I click the Refresh Status button, mafia will display my level correctly. It is the character pane that confuses mafia. You can equip items and eat food where you don't meet the requirements. I'm not sure your wording was clear enough. The...
  12. Crowther

    Bug - Cannot Reproduce faxbot command stopped working

    I don't see anything unusual in Easyfax's logs (except "fax ungulith" failing). It looks like an ungulith was delivered to your clan every time you asked for one.
  13. Crowther

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

    I think this https://github.com/loathers/UberPvPOptimizer is what you are looking for.
  14. Crowther

    A Multi-Armed Bandit PVP Script

    That's why that started happening! I thought it was a new mafia feature.
  15. Crowther

    modifier is now a reserved word in ASH scripts

    I didn't want to spend my weekend fixing scripts, so I just reverted the change and went about my day. Using a massive "grep" command I discovered which scripts had modifier used as a variable. Ignoring the ones related to Gelatinous Noob and Crimbo 2014, I came up with just these...
  16. Crowther

    modifier is now a reserved word in ASH scripts

    This broke a bunch of my scripts.
  17. Crowther

    Bug semi-colons in maximizer strings

    That's why I've been having such trouble with that item. It seemed to work correctly with "Kramco Sausage-o-Matic™". It didn't help that the maximizer doesn't tell me why it failed, but that code is pretty complex.
  18. Crowther

    New Content - Implemented Shadow Rifts no longer accessible to accounts without the closed-circuit pay phone

    The announcement was in the description of the closed-circuit pay phone.
  19. Crowther

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    WHAM thinking it can 1-round kill and then doing only 1 damage means something is not right. I've seen this too, but haven't bothered to track down what went wrong. It could even need an update to batfactors. If you want WHAM to kill faster, then set WHAM_roundcost_aftercore and/or...
  20. Crowther

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Due to a recent KoLmafia update, I had to change line 473 in WHAM from int[item] drops = item_drops(m); to float[item] drops = item_drops(m);
Back
Top