Search results

  1. J

    Bug - Fixed After a free rest in Chateau Mantegna, Mafia assumes you have no more free rests

    ^ I suspect the above change, which I linked to earlier in this thread. The parameter to updateFreeRests is whether there are free rests remaining, not whether you just took a free rest. Whether you rest with action=chateau_restlabelfree or action=chateau_restbox, I think you still have to...
  2. J

    Bug - Fixed After a free rest in Chateau Mantegna, Mafia assumes you have no more free rests

    Sorry for not including the version: I've observed this bug[1] on 26814, 26819, and 26823. [1] specifically this snippet is present in my last three day logs, which were on those respective revisions: Preference timesRested changed from 0 to 1 Preference timesRested changed from 1 to 10
  3. J

    Bug - Fixed After a free rest in Chateau Mantegna, Mafia assumes you have no more free rests

    Repro: 1. Have Chateau Mantegna 2. Have some free rests left (install ceiling fan, maybe) 3. Run "rest" in the GCLI 4. Observe 'timesRested' counter tick from 0 to 1, and 1 to your max # of free rests [61] Rest in your bed in the Chateau You gain 202 hit points You gain 119 Mana Points You gain...
  4. J

    Feature - Rejected (Trapper quest) Track cheese delivery and ore delivery separately

    Whoopsie, my bad, thanks for pointing that out! :)
  5. J

    Feature - Rejected (Trapper quest) Track cheese delivery and ore delivery separately

    From the wiki: I couldn't find a way to distinguish between "cheese returned, ore unreturned" and "ore returned, cheese unreturned". Would it be possible to add additional properties to track this? Un-setting the property "trapperOre" when ore is no longer needed would be good enough for my...
  6. J

    New Content - Implemented Spring 2020 Challenge Path - Path of the Plumber

    Oof! Very reasonable, I wasn't sure if this was already supported for other paths. I'll definitely change it on my end, thanks for clarifying :)
  7. J

    New Content - Implemented Spring 2020 Challenge Path - Path of the Plumber

    Can King Boo be marked as a boss? Also, > ash get_monsters($location[summoning chamber]) Returned: aggregate monster [1] 0 => Lord Spookyraven Would it be possible to have this return the list [King Boo] in Path of the Plumber? Currently this requires some special-casing in autoscend.
  8. J

    New Content - Implemented Spring 2020 Challenge Path - Path of the Plumber

    As of r1976, Kamek and King Boo need to be marked as having 100 physical_resistance and similarly for King Boo
  9. J

    Bug - Fixed beer-scented teddy bear restores MP, not HP

    src/data/restores.txt contains the following line: beer-scented teddy bear item 15 20 0 0 0 it should instead be beer-scented teddy bear item 0 0 15 20 0 (Currently, Mafia will prevent you from using the teddy bear to restore MP when you have full HP) I think this is causing a downstream...
  10. J

    New Content - Implemented Summer 2019 Challenge Path - Kingdom of Exploathing

    Adventuring in The Exploaded Battlefield gives 2 kills if https://kol.coldfront.net/thekolwiki/index.php/Jacob%27s_rung or https://kol.coldfront.net/thekolwiki/index.php/Haunted_paddle-ball are equipped in your main hand (NOT off-hand), depending on your faction (in-combat messages are on the wiki).
  11. J

    New Content - Implemented Summer 2019 Challenge Path - Kingdom of Exploathing

    Thanks for adding support so quickly! I've noticed a few glitches while trying to make sl_ascend work in the new path. They're not too hard to work around, but here you go: 1. adv1 called on "Inside the Palindome" fails, even when you have a Talisman o Nam equipped. I found that this is...
  12. J

    New Content - Implemented August 2019 IotM - Getaway Campsite

    My bad, that's a good catch. Logs didn't show Special Seasoning usage but it must be that - I had 8 available at the time. That's consistent with the +25% stat gain, so that gives a base of 3-4 adv rather than 4-5.
  13. J

    New Content - Implemented August 2019 IotM - Getaway Campsite

    The following stat gains were under the effect of "It's Just Cloud-Talk, Man". But I think it's safe to conclude that the correct adventure value is "4-5". eat 1 campfire hot dog You gain 5 Adventures You gain 34 Muscleboundness You gain 16 Enchantedness You gain 10 Sarcasm You acquire an...
  14. J

    New Content - Implemented Summer 2019 Challenge Path - Kingdom of Exploathing

    Feature request: in ASH, `gnomads_available()` and `canadia_available()` should return false in KoE, since (I think?) their zones, the microbrewery, the cafe, etc. are unavailable in this path.
  15. J

    Feature Overriding ASH library functions for testing

    tl;dr: It would be nice if defining int item_amount(item it) { /* something */ } didn't yield a Function 'item_amount( item )' overrides a library function error, but if it's difficult then I'll just write a bunch of wrapper functions. Some folks in the scripting community are maintaining some...
  16. J

    New Content - Implemented July 2019 IotM - Beach Comb

    Would it be possible to update $item[bottle of sea wine].adventures to 4-5? The previous seven times I consumed one, it's always given 4 or 5 base adventures, which is consistent with "awesome" quality.
  17. J

    Bug - Fixed Maximizer NullPointerException in recent builds

    Reproduced in r19447. Someone in Discord said it didn't reproduce in r19442, so I suspect it's something to do with r19445, which changed the maximizer to handle beach heads. Steps to reproduce: 1. have the beach comb (this is a guess by me) 2. Go to maximizer pane 3. Enter "moxie" or "ranged...
  18. J

    Bug - Fixed Pantsgiving doesn't seem to give stomach space in Dark Gyfft

    For anyone reading this in the future, Slaw posted this a few months ago as explanation:
  19. J

    New Content - Implemented July 2019 IotM - Beach Comb

    Unrelated to automated beachcombing: $item[bottle of sea wine] is creatable by using $item[bunch of sea grapes], and gives 4-5 adv/inebriety. I'm not sure exactly what the substat gain is, but it looks something like 6-9 or 6-10 for muscle/myst/moxie.
Top