Recent content by ckb

  1. 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...
  2. ckb

    WTF Relay script collection

    What do you get if you type this in the CLI: ash string_modifier($item[cold powder],"Evaluated Modifiers");
  3. 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.
  4. ckb

    New Content - Implemented Patriotic Eagle

    Also see: https://kolmafia.us/threads/does-not-recognize-new-citizen-of-a-zone-modifiers.29110/
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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?
  10. ckb

    Bug - Waiting for Info Candy spadings

    This was added in https://github.com/kolmafia/kolmafia/releases/tag/r28495
  11. 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...
  12. ckb

    WTF Relay script collection

    I made some updates to fix the added tags, make things a bit more efficient, and migrate to github: git checkout https://github.com/ckb11/InventoryWTF
  13. ckb

    WTF Relay script collection

    Yes - that is a thing on my todo list. Mafia also added $modifiers[], which should make parsing better too, so a small overhaul is overdue.
  14. ckb

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

    As another data point, I have also seen this issue with my script (not autoscend) after grafting a Jumpsuited Hound Dog to my Right Butt in Zoot. No Mafia refresh will fix the problem, but logging out and logging back in does. place.php?whichplace=graftinglab&action=graftinglab_chamber >...
  15. ckb

    Bug flyeredML no longer auto-correcting to under 100k

    This came about mostly because my script tries to outsmart me. It tries to get the flyers if possible - and then if it has the flyers it will use them. Doing the War as a Hippy, you will eventually get the Frat War outfit - and you can get the rock band flyers as soon as you do. Once you reach...
Back
Top