Search results

  1. ckb

    New Content October IOTM: Blood cubic zirconia

    All skills (and items) used in the current combat are tracked now with "_lastCombatActions"
  2. ckb

    New Content Sea Changes

    At the center door without enough pearls: <table width=95% cellspacing=0 cellpadding=0><tr><td style="background-color: blue" align=center ><b style="color: white">Results:</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td>The five guards each hold out a...
  3. ckb

    New Content Sea Changes

    I don't have the html for this, but I can grab it on my next run... probably Monday.
  4. ckb

    New Content Sea Changes

    Entering the [Mer-kin Temple (Center Door)] with 5+ unblemished pearl will remove 5 pearls from your inventory, but Mafia does not track this. We would also need some Quest tracker property to show that you have turned in 5 pearls.
  5. ckb

    Bug - Cannot Reproduce Mafia can't find "sweat out"

    I think this was a KoL issue, not a Mafia issue. With r28715 it did not work this morning. Logging out and logging back in this afternoon casting those sweat skills work fine. <shrug>
  6. ckb

    Bug - Cannot Reproduce Mafia can't find "sweat out"

    I do not understand this issue, but for now you can get around it by using a visit_url() instead of using the Mafia skill command So use visit_url("runskillz.php?action=Skillz&quantity=1&whichskill="+to_int($skill[Sweat Out Some Booze])); Instead of use_skill(1,$skill[Sweat Out Some Booze]);
  7. ckb

    Bug - Fixed LED Candle modes for Jill-of-all-trades broken

    I tested this on KoLmafia r28715: with lead necklace: meat_drop_modifier = 778.88, item_drop_modifier = 284.44 with LED candle, ledCandleMode = red light meat_drop_modifier = 784.96, item_drop_modifier = 287.48 with LED candle, ledCandleMode = disco meat_drop_modifier = 784.96...
  8. ckb

    Feature - Implemented 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.
  9. ckb

    New Content Sea Changes

    KoLCharacter.desertBeachAccessible sets "lastDesertUnlock" if kingLiberated(), but this is not true for this path
  10. 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...
  11. 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...
  12. 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.
  13. 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
  14. 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.
  15. 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
  16. 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/
  17. 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...
  18. 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...
  19. ckb

    Bug - Not A 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...
Back
Top