Recent content by ckb

  1. ckb

    Bug maximizer shows advs to craft with free crafts

    When using maximize, it shows (1 adv) to craft items even when free crafts are available > ash free_crafts( ) Returned: 7 > get craftingPlansCharges 4
  2. ckb

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

    It appears that this was a KoL thing that got fixed as this is no longer giving errors, marking as closed.
  3. ckb

    Bug - Fixed Mafia autosells bar skins

    Yes, this. barskin loincloth is one of only a few power 25 pants, barskin hat is one of a few power 55 hats. Having more power variations allows for more variable busking options with the beret.
  4. ckb

    Bug - Fixed Mafia autosells bar skins

    r28565
  5. ckb

    Bug - Fixed Mafia autosells bar skins

    It seems that Mafia autosells bar skins via 'Tree's Last Stand' choice 504 in ChoiceManager.java: // If we have Bar Skins, sell them all if (InventoryManager.getCount(ItemPool.BAR_SKIN) > 1) { return "2"; } else if (InventoryManager.getCount(ItemPool.BAR_SKIN)...
  6. ckb

    Bug - Fixed hermit() command cannot grab jabanero peppers

    Lots of things work, just not all of them - probably due to that special character so it does not recognize the item > hermit pepper Visiting the Hermit... You acquire an item: jabañero pepper Hermit successfully looted! > hermit jaba Visiting the Hermit... You acquire an item: jabañero...
  7. ckb

    r28549 - What's Changed Functions for predicting Beret Busking effects by @gausie in #2941 Full Changelog: r28548...r28549

    Posting this here for future generations: int [effect] beret_busking_effects() reports what you would get if you cast it right now int [effect] beret_busking_effects(int power, int castsUsed) reports what you might get with the data provided. Note that the second param is 0-indexed. The return...
  8. ckb

    WTF Relay script collection

    What do you get if you type this in the CLI: ash string_modifier($item[cold powder],"Evaluated Modifiers");
  9. ckb

    WTF Relay script collection

    WTF just uses modifier data from Mafia. Can you check string_modifier($item[whatever],"Evaluated Modifiers"); Or maybe it is something with the alternate characters in the items that are wrong. Looking at your list, that includes some items with non-alpha characters.
  10. ckb

    New Content - Implemented Patriotic Eagle

    Also see: https://kolmafia.us/threads/does-not-recognize-new-citizen-of-a-zone-modifiers.29110/
  11. ckb

    trivialskills: Automate casting the "trivial" skills

    Welcome to the Ash scripting club! I would also iterate over all the skills and check for their availability, then update your mana_total cost as well. Now you just multiply num_casts * 6, but that will change if the number of available skills is not 6. You can also use Mafia's ash function...
  12. 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...
  13. ckb

    Bug [BUG] Zootomist - Mafia can't find my right buttcheek

    This seemed to just happen to me in my latest run. I grafted a Smiling Rat to my Left Cheek, but Mafia did not detect it, and refreshing the familiars or visiting the terrarium did not help. However - visiting API.php did fix the problem. So it seems like this is an issue with Mafia maybe not...
  14. 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
  15. ckb

    Bug [BUG] Zootomist - Mafia can't find my right buttcheek

    I think this was maybe a KoL API bug thing that maybe got fixed. Has anyone experienced this issue recently?
Back
Top