Search results

  1. ckb

    Bug _witchessFights increments on monster copies

    Fighting a copied Wichess monster (with a mimic egg) will increase the "_witchessFights" property count use 1 mimic egg Took choice 1516/1: (secret choice) choice.php?whichchoice=1516&option=1&mid=1942 Preference mimicEggMonsters changed from 1942:11 to 1942:10 Preference lastAdventure changed...
  2. ckb

    New Content April Shower Thoughts shield

    New IOTM April Shower Thoughts shield Things to do and track: track first cast of Northern Explosion each day track casts of Disco Nap per day track first cast of Simmer each day track papier Mach 1 airplane / Echoes of Wetness location
  3. ckb

    Bug Evaluated Modifiers with [brackets]

    Generally, in modifiers.txt, expressions in brackets represent variables that get evaluated based on character state. This works: > ash string_modifier($item[depleted Grimacite ninja mask],"Modifiers") Returned: Moxie Percent: [5*G], PvP Fights: [G], Last Available: "2011-12", Familiar Effect...
  4. ckb

    Bug Mushrooms not planted

    Planting mushrooms in the mushroom field using the 'field' CLI command does not always work. This happened today: > field plant 5 spooky mushroom Planting spooky mushroom spore in square 5... plant 5 spooky mushroom Spore successfully planted. Current: .. __ __ __ __ __ __ __ __ __ __ __...
  5. 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...
  6. 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.
  7. 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...
  8. 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"...
  9. 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...
  10. 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...
  11. 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...
  12. 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)
  13. 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...
  14. 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...
  15. 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)
  16. 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.
  17. 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...
  18. 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...
  19. 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...
  20. 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 --...
Back
Top