Search results

  1. lostcalpolydude

    Feature - Implemented [glitch season reward name] issues

    Changed from Bug to Feature. Making the message not pop up is a simple change, but that was Veracity's decision so I'll leave it to her to decide if that should change. The [eat] link (or fight or whatever it could say) will only show up when you acquire the item. Those links don't get added...
  2. lostcalpolydude

    Bug - Not A Bug New Zone detection does not set environment for underwater zones

    Yeah, I can't think of any way of automatically detecting that. If someone does think of a way, that could be a good Feature Request,
  3. lostcalpolydude

    New Content - Implemented December 2019 IotM - Red-Nosed Snapper

    19640 should track everything properly in redSnapperPhylum and redSnapperProgress. Something weird probably happens when you visit the page to choose a phylum for the first time, if you haven't picked one yet, but that once per account occurrence seems not worth handling. Tracking can't work...
  4. lostcalpolydude

    New Content - Implemented September 2019 IotM - Pocket Professor

    19637. I added the changes manually instead of applying the patch, so I didn't have a chance to see whether the patch would apply. I added the familiar block to the end of the list instead of where it was in the patch, but otherwise didn't change anything.
  5. lostcalpolydude

    Bug - Fixed HP > 2^31 goes negative or zero; errors

    KoL caps out at 2^24 - 1 of an item in any location, so using an int for tracking item quantities should always be sufficient.
  6. lostcalpolydude

    Bug - Not A Bug monsters with (male) and (female) versions

    cli_execute( "faxbot factory overseer" ) I'm curious why one would ever want to fax that monster though. Maybe for factoids because you don't own that IotM, but that isn't going to happen when requesting an ambiguous monster name anyway.
  7. lostcalpolydude

    Bug - Not A Bug monsters with (male) and (female) versions

    I understand that. I just disagree that it's a bug. Blame KoL for making monsters with identical names, but don't expect it to change there either.
  8. lostcalpolydude

    Bug - Not A Bug monsters with (male) and (female) versions

    Mafia is supposed to arbitrarily decide on one of several monsters when given an ambiguous description? If you're faxing/fighting with a genie, then there's a decent chance you care which of the two monsters you get, and an error seems better than getting the wrong one. It's also easy enough...
  9. lostcalpolydude

    Bug - Fixed Custom Combat antidote use causing aborts when antidote unavailable

    So... I have never used this feature, and never will. I thought it aborted when trying to buy them outside of combat. Are you describing what you want it changed to?
  10. lostcalpolydude

    Bug - Fixed Custom Combat antidote use causing aborts when antidote unavailable

    You are ignoring the scenario where a player will get beaten up, repeatedly, if they assume they can remove poison but fail to do so. Making it impossible to actually run turns without addressing the situation saves them from wasting lots of turns, since they can change their CCS, their gear...
  11. lostcalpolydude

    Bug - Fixed Custom Combat antidote use causing aborts when antidote unavailable

    3. If you are relying on this setting to avoid getting beaten up, and antidotes are not available, forcing you to deal with it might save a lot more headache than pretending you don't actually care just because they aren't available. Forcing user interaction, likely leading to disabling the...
  12. lostcalpolydude

    Bug - Fixed Wumpus Cavern Helper

    Merged with a recent report, since it seems likely to be relevant.
  13. lostcalpolydude

    Bug - Fixed Where There's Smoke... (Hippy Camp) is handled wrongly as a semi-rare

    Looks like an issue for fewyn to check into, since the code is fine.
  14. lostcalpolydude

    New Content - Implemented October's 2019 IotM - Eight Days a Week Pill Keeper

    You need to use GET instead of POST for that URL, apparently. Which means using ASH, and visit_url( "main.php?eowkeeper=1", false );
  15. lostcalpolydude

    New Content - Implemented October's 2019 IotM - Eight Days a Week Pill Keeper

    How about the niche case where you use a Sunday pill, skip that semirare completely (spend turns crafting or something), then use a fortune cookie or something to get your next semirare? Probably that won't really happen in practice, but still...
Back
Top