Recent content by ckb

  1. ckb

    Feature Something to automatically prune git history

    I also support setting the depth to 1. I expect most users are just using the git function to get the latest files and not push PRs or do development within the Mafia folders.
  2. ckb

    New Content Sea Changes

    KoLCharacter.desertBeachAccessible sets "lastDesertUnlock" if kingLiberated(), but this is not true for this path
  3. ckb

    New Content Sea Changes

    I submitted a PR to track unlocks in the Elementary School I spent some time digging around bit I am not sure how best to track defeating the Nautical Seaceress. It should be added as an alternate monster map in MonsterDatabase.java And maybe checking for a Thwaitgold lobster statuette drop...
  4. ckb

    New Content Sea Changes

    If you ask grandpa about "currents" at any time, this sets "intenseCurrents" changed from false to true, even if you have not found the stashbox or trailmap. It would be nice to have a property to track the unlocks in the Elementary School (janitor's closet, bathroom, teacher's lounge). We...
  5. ckb

    New Content Sea Changes

    Added in r28706. This adds a property "_lastFitzsimmonsHatch" which is the turncount of the last time you opened the Hatch.
  6. ckb

    New Content Sea Changes

    Also to track - progress in each zone to get the unblemished pearl Anemone Mine, Dive Bar, Madness Reef, Marinara Trench, The Briniest Deepests
  7. ckb

    New Content Sea Changes

    No - In order to fight unholy divers (required to get the rusty diving helm) you must 'Open the bulkhead' at the 'Down at the Hatch' choice. The hatch stays open for 19 turns after that.
  8. ckb

    New Content Sea Changes

    Adding to the list: track the status of the bulkhead hatch from Down at the Hatch at The Wreck of the Edgar Fitzsimmons
  9. ckb

    Modifier Maximizer Change - Genie

    How about a wish filter checkbox? https://kolmafia.us/threads/r28683-whats-changed-feat-add-a-wish-filter-checkbox-for-maximizer-by-midgleyc-in-3081-full-changelog-r28682-r28683.30771/
  10. ckb

    Bug - Fixed _witchessFights increments on monster copies

    And related to this, Fighting a Black Crayon monster will increment "_hipsterAdv" Took choice 1516/1: (secret choice) choice.php?mid=1188&pwd&whichchoice=1516&option=1 Preference mimicEggMonsters changed from 1188:1 to Preference lastAdventure changed from The Dive Bar to None [6] mimic egg...
  11. ckb

    New Content Sea Changes

    The 'grandpa' command requires an item that allows underwater adventuring to be successful, but Mafia will mark property "grandpaUnlockedXXX" to true even if you do not have one equipped and you cannot access grandpa We track Into the Outpost choice "choiceAdventure312" when we find the Mer-kin...
  12. ckb

    Bug McHugeLarge Avalanche skill available when it shouldn't be.

    Perhaps you want combat_skill_available() instead? have_skill() indicates that the skill is owned/permed/exists combat_skill_available() will tell you if it is available to use during combat > get _mcHugeLargeAvalancheUses 3 > ash have_skill($skill[McHugeLarge Avalanche]) Returned: false...
  13. ckb

    Bug - Fixed Wrong Choice Spoilers for The Shore

    Fixed in r28579
  14. ckb

    New Content Mobius Ring - Additional Prefs

    You can get your paradoxicity with the ash command: int my_paradoxicity( ) And you can automate the choice with a choiceadventure script and available_choice_options
  15. ckb

    Bug Gel Noob: KOL Mafia not recognising level-up during a session

    FWIW, I just finished a bunch of Noob runs and never noticed this issue. But maybe I am doing different things during my run than Autoscend. I was running via my own scripts, with an occasional manual Relay turn.
Back
Top