Search results

  1. lostcalpolydude

    Feature - Rejected mafia pinky ring auto use when you do not have one

    All of the code I'm seeing appears to check for a ring being available before trying to equip it. So you'll need to be more specific about how you tried to drink. Maybe KoLmafia saw it in your clan stash (so it was available) but you didn't have the karma to remove it? And I've just tested...
  2. lostcalpolydude

    New Content MONSTERID in fights.

    You can find any tool-bearing gremlin, in its zone only, whether or not Yossarian has asked for it. I don't ever talk to Yossarian between getting the magnet and turning in the tools. So I guess that means the tool should be pink if you don't have it yet and the quest is active to get tools.
  3. lostcalpolydude

    Bug crowd of adventurer bosses are not marked as bosses

    Just curious, how are you checking these? There are lots of things that people mean by "boss". I don't actually know which one people care about when using this property in KoLmafia...
  4. lostcalpolydude

    Feature Daily Dwelling buffs tracking?

    What you asked for seems incomplete. Someone could change their dwelling, and then change it back, and presumably the daily limit for the first dwelling's buffs would be used up (if it was before any switching) but not tracked.
  5. lostcalpolydude

    New Content - Implemented Guzzlr tablet - May Item of the month

    Talking about how it should be tracked before explaining anything about how it works led to a lot of wasted conversation. In that time, I drifted away from KoL a bit, which included ignoring this even though it was easy to code once you actually said anything about how it works. So in the...
  6. lostcalpolydude

    Feature - Rejected New preference smutOrcPervertProgress: Progress to the Smut Orc Pervent

    How is this better than tracking $location[The Smut Orc Logging Camp].turns_spent ?
  7. lostcalpolydude

    Bug - Not A Bug is_unrestricted() incorrectly thinks grimstone mask is unrestricted in ed

    As gausie explained, Not A Bug since that isn't what the function is for.
  8. lostcalpolydude

    New Content - Implemented Guzzlr tablet - May Item of the month

    The problem with a percentage is deciding how to represent X/23, or X/37, or whatever the total progress is that is needed. I'm just making up numbers for that example though, because I have no idea what they would be.
  9. lostcalpolydude

    New Content - Implemented Guzzlr tablet - May Item of the month

    I would not expect guzzlrQuestProgress to be a percentage, I would expect it to just count up and be combined with the count of _guzzlrDeliveries (by a script, presumably) to know what the target is. That seems like it gets weird with rollover involved though. But that also seems true of all...
  10. lostcalpolydude

    Bug - Fixed Mafia thinks I'm losing ten-leaf clovers

    I can't reproduce it (by simply visiting clan_stash.php, at least). Perhaps a debug log of just that would be helpful.
  11. lostcalpolydude

    New Content Step right up! Post monster Meat and/or item drop spading here!

    I assume you are looking at mafia's combat rates adjusting for your combat rate modifiers? The values in mafia don't match your current (or proposed) suggestions.
  12. lostcalpolydude

    Should there be an exception to "You can't hit anything there" for overgrown shrine?

    In Adventure window, Custom Combat tab, if you set your combat action to anything other than "attack with weapon" you shouldn't get that warning, I think.
  13. lostcalpolydude

    Feature Make the CLI command "garden" available via ash

    The first two are available both from get_campground() and my_garden_type(). So you're just asking for an ASH function to harvest your garden?
  14. lostcalpolydude

    New Content - Implemented Low-Key path

    I'm thinking it would be nice to have a way to easily identify which keys haven't been picked up yet (the information is in the table, but it requires more careful reading). Sorting to top/bottom, a parameter that excludes obtained keys, I'm not sure what would make most sense.
  15. lostcalpolydude

    Bug Hagnk storage and related things don't work on r20109 (pull, storage_amount())

    Is lastEmptiedStorage the same as my_ascensions() for you? Given I suspect that KoLmafia isn't loading storage for you because it thinks it has been emptied. Setting lastEmptiedStorage to -1 (or anything other than my_ascensions()) will sort that out after a refresh (maybe logging out/in again?).
  16. lostcalpolydude

    New Content - Implemented Guzzlr tablet - May Item of the month

    If you don't have the assigned drink when you get the quest, you have to go acquire it before the quest location will show up in your Quest Log (and Quest Tracker, but that's optional so KoLmafia ignores it completely). That is most likely to happen with platinum quests, but it doesn't have to...
  17. lostcalpolydude

    Bug - Fixed Opening relay browser immediately logs out

    Is the lack of open ports due to KoLmafia not closing the ports when you exit, for some reason? Since only two instances of KoLmafia can be open at a time, I assume the limit of 10 was chosen because "there's no way anyone will reach that limit".
  18. lostcalpolydude

    Bug - Not A Bug poolSkill preference is never updated

    The feature requested here isn't possible. The Quest Log shows permanent skill from the semirare plus skill from this ascension from training in the noncombat. If you get some semirares outside of KoLmafia, then poolSharkCount will be wrong, and the total calculation will be wrong as a result...
Back
Top