Search results

  1. ckb

    Bug Bowling ball mismatch

    KoLmafia-28441 I am not totally sure what is happening, but something is wrong with tracking of bowling balls. It looks like mafia is trying to correct itself incorrectly and getting inventory confused. Posting log bits here. Wish I had more but I can only do this once per run. blue text is...
  2. ckb

    New Content - Implemented Track Eldritch Tentacles

    January 15, 2025 - Only the first 11 Eldritch Tentacles you fight in a day will be free fights, going forward. We should track the number of Eldritch Tentacles fought each day.
  3. ckb

    Bug - Fixed trackedMonsters resets on login

    If I use a tracker (such as Transcendent Olfaction) this sets property "trackedMonsters", but this is cleared if I log out and log back in. This is defined as 'Reset.ASCENSION_RESET' in TrackManager.java, but I have not been able to find what is causing it to reset on login. Also, both...
  4. ckb

    Feature - Implemented Track combat actions

    It would be useful to track a history of actions that were done in combat to help inform future combat decisions (for the same combat). That is, track items and skills used so far during a combat. I envision a parseable list if skills and item IDs saved into a property like "_lastCombatActions"...
  5. ckb

    Feature - Implemented Bugbear Invasion Mothership tracking

    It would be helpful to track a number of things done in the Bugbear Invasion Mothership. General path tracking is complete per https://kolmafia.us/threads/new-challenge-path-bugbears.10129 Some properties to add for the Mothership: track # of [handful of juicy garbage] used = juicyGarbageUsed...
  6. ckb

    New Content Path Avant Guard

    New Path Avant Guard Things to do: add Path to path list add Burly Bodyguard familiar handle Burly Bodyguard Chat This happens every so often (some number of bodyguard fights?) your next enemy will have the selected monster as its bodyguard add something to check when a 'chat' is available...
  7. ckb

    Bug - Fixed item_fact() no monster NPE

    New Path Avant Guard I just started this and my first combat is: Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.MonsterData.getId()" because "monster" is null): This was from: Preference lastEncounter changed from Adjust your Parka to...
  8. ckb

    New Content Mayam Calendar

    This is mostly done, but adding this thread for completeness. See CLI command: mayam rings yam|sword|vessel|fur|chair|eye yam|lightning|bottle|wood|meat yam|eyepatch|cheese|wall yam|clock|explosion - list exactly four symbols to consider from top to bottom (largest ring to smallest)
  9. 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...
  10. 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...
  11. 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)
  12. 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.
  13. ckb

    Feature - Implemented 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...
  14. 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...
  15. 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...
  16. ckb

    Bug You are too drunk to continue

    Dev note: if you encounter this issue, then just typing "modtrace liver" in the graphical CLI should be an effective workaround. If not, then it should outline what Mafia thinks contributes to your liver capacity (and either is missing something or has the wrong value for one of these sources --...
  17. 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"
  18. 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.
  19. 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...
  20. 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...
Back
Top