Search results

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

    New Content - Implemented Gingerbread City

    I see a _chocolateSculpturesUsed preference.
  3. 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 ')'.
  4. 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...
  5. 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.
  6. Crowther

    Fork²~ UberPvPOptimizer - an updated PVPBestGear

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

    A Multi-Armed Bandit PVP Script

    That's why that started happening! I thought it was a new mafia feature.
  8. 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...
  9. Crowther

    modifier is now a reserved word in ASH scripts

    This broke a bunch of my scripts.
  10. 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.
  11. 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.
  12. 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...
  13. 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);
  14. Crowther

    Feature Track whether a familiar has yet to have been fed by the shorter-order cook

    I think this might also be an issue when the cook goes out of standard.
  15. Crowther

    How to find various usables...

    The chocolate covered ping-pong ball is consumed on use. I think what you want is "$item[chocolate covered ping-pong ball].reusable".
  16. Crowther

    Guano Junction goal to break rocks

    You can use can_adventure() on the bat hole locations to see how many sonars and screambats have been used. Still requires a custom script, but not an overly complex one.
  17. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    You are right, of course. Reading a post about banishes cause my brain to skip a gear.
  18. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    I'm sure there are lots more. Motif is a banish, but there is no motifMonster preference to go with it.
  19. Crowther

    Harvest – A highly customisable farming script

    Best Between Battle by Zarqon does dolphins, but also does a lot of other things.
  20. Crowther

    New Content Spring 2023 special challenge path - Avatar of Shadows Over Loathing

    I think you are right. In the Shadows of Loathing game each class has its own nemesis. And Terrence Poindexter is specific to Jazz Agents.
Back
Top