Search results

  1. ckb

    Bug - Fixed Death Rattlin / 5 does not decrement cyrptCrannyEvilness

    Choosing Option 5 in choiceAdventure523 does not correctly decrement cyrptCrannyEvilness by 11. [262] The Defiled Cranny Preference lastEncounter changed from Adjust your Parka to Death Rattlin' Encounter: Death Rattlin' In choiceAdventure523 Submitting option 5 for choice 523 Preference...
  2. ckb

    Forum help and cleanup

    This forum is great, and I really appreciate all the help it provides. The bug reports section has multiple prefixes for various things, but they are not regularly cleaned up to mark bugs fixed or features implemented. I would offer to do that, but I do not have access or rights for such...
  3. ckb

    New Content - Implemented spring shoes

    spring shoes Combat Initiative +100% Moxie +20% +50% Chance of Critical Hit Nature springs up after each step Things to do: Add new items (done, r27820) Add 3 new skills (done, r27822) Add banish management for Spring Kick (done, r27832) Add modifier modifier "Drops Items" (done, r27847)
  4. ckb

    Feature - Implemented Add [turn] to Rain Man log

    Similar to https://kolmafia.us/threads/add-turn-to-dr-awkward-fight-log.25145/ Using Rain Man in Heavy Rains leads to a fight, but does not add a [turn] to the session log. It would be nice to add the turn number to the log.
  5. ckb

    Feature Allow monster EA: none

    Some monsters that are elementally aligned also do physical damage for some attacks. We currently allow for monsters to have multiple attack_elements. These are listed in monster.txt as EA: element, parsed in MonsterData.java. @Veracity added some parsing for This Monster Data Feature...
  6. ckb

    Bug incorrect free rest count

    Mafia was burning 5 adventures resting when I expected to use only free rests (In a SMOL run): > ash my_path() Returned: A Shrunken Adventurer am I > ash total_free_rests( ) Returned: 11 > modtrace free rests...
  7. ckb

    Bug _speakeasyFreeFights not incremented

    If you run a free fight at the Barroom Brawl via non standard means (like visiting during Teleportitis), property "_speakeasyFreeFights" is not incremented. This happened in my last run. [316] The Enormous Greater-Than Sign Preference lastEncounter changed from Typographical Clutter to...
  8. ckb

    Bug You are too drunk to continue

    I have been getting an error of "You are too drunk to continue." in aftercore, even though I am not. This may be related to this bug about drunkness.. Mafia is reporting my inebriety at 17/14, when it should be 17/20 I think. > modtrace liver...
  9. ckb

    Feature - Implemented Recall Facts: Monster Habitats now resets on rollover

    As of today, Monster Habitats now resets on rollover, and Mafia needs to reset "monsterHabitatsFightsLeft" and "monsterHabitatsMonster"
  10. ckb

    Bug does not recognize new Citizen of a Zone modifiers

    If you cast Pledge Allegiance and get 'Citizen of a Zone', Mafia correctly identifies the modifiers. However, if you remove Citizen of a Zone (with SGEEA or such) and pledge to a new Zone, Mafia does not update the citizen modifiers to the new effect.
  11. ckb

    New Content Perpetrate Mild Evil

    This skill is [mostly] done. As far as I can tell, the pref "_mildEvilPerpetrated" gets set from consequences.txt: COMBAT_SKILL Perpetrate Mild Evil Perpetrate Mild Evil \((\d+) uses? left today\) _mildEvilPerpetrated=[3-$1] However, if you use the skill twice, and...
  12. ckb

    Feature Track flyeredML for hippy and frat separately

    Currently, during the Island War, the total monster level from using either rock band flyers or jam band flyers is combined into a single property 'flyeredML' KoL itself requires the total ML to be the sum of a specific flyer (either rock band or jam band) and it tracks the totals separately...
  13. ckb

    Bug - Fixed lastFriarsNC pref should be reset at ascension start

    The properties lastFriarsElbowNC, lastFriarsHeartNC, lastFriarsNeckNC should be reset to default when starting a new ascension. The current list in 'resetOnAscension' in Preferences.java is : "lastFriarElbowNC", "lastFriarHeartNC", "lastFriarNeckNC", without the 's' for Friars
  14. ckb

    Bug Changing enemies do not update correctly

    Using a skill or item than changes a monster (Back-Up to your Last Enemy, Macrometeorite, CHEAT CODE: Replace Enemy, tangle of rat tails) does not seem to correctly update the monster stats. With monster manuel, I can see the updated stats, but they do not match what Mafia thinks they are...
  15. ckb

    Bug lynyrd snare fight is not in A Mob of Zeppelin Protesters?

    From GenericRequest.java case ItemPool.LYNYRD_SNARE: itemName = "lynyrd snare"; consumed = true; nextAdventure = "A Mob of Zeppelin Protesters"; Preferences.increment("_lynyrdSnareUses"); break; which seems to force the Location of lynyrd fights...
  16. ckb

    Bug - Fixed reloading page advances "_gingerbreadCityTurns"

    In Gingerbread City, reloading the page in the relay browser (at least for noncombats) incorrectly advances the "_gingerbreadCityTurns" counter. [4475] Gingerbread Train Station Preference lastEncounter changed from gingerbread mad dog to Noon at the Train Station Encounter: Noon at the Train...
  17. ckb

    Feature - Implemented track towel acquisition

    Obtaining a towel via Off the Rack, choiceAdventure882 is once per ascension. It would be nice to track this via a Mafia property. (This is a PvP minigame this season)
  18. ckb

    New Content Journeyman path

    New Path "Journeyman" Todo: Add Path info to AscensionPath.java (can anyone confirm this is path #45?) Add item: The Big Book of Every Skill Add item: Thwaitgold ????? statuette record when we gain a skill while adventuring other stuff?
  19. ckb

    Bug - Fixed Slay the Dead = no items?

    For some reason, Slay the Dead seems to not be parsed correctly and results in no item tracking by Mafia. Refreshing inventory manually fixes this. I noticed this when my script failed to use any evil eyes in the Nook despite them dropping. [435] The Defiled Nook Encounter: spiny skelelton...
  20. ckb

    New Content - Implemented frozen tofu pop advs

    Need to add advs from frozen tofu pop eat 1 frozen tofu pop You gain 6 Adventures eat 1 frozen tofu pop You gain 6 Adventures eat 1 frozen tofu pop You gain 6 Adventures eat 1 frozen tofu pop You gain 6 Adventures eat 1 frozen tofu pop You gain 5 Adventures eat 1 frozen tofu pop You gain 5...
Top