Search results

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

    WTF Relay script collection

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

    New Content - Implemented Patriotic Eagle

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

    Bug - Fixed _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...
  8. 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...
  9. 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
  10. 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?
  11. ckb

    Bug - Waiting for Info Candy spadings

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

    Bug flyeredML no longer auto-correcting to under 100k

    My scripts tend to just flyer above a 10k total (also, the total is 10k not 100k). There are some times when this gets messed up by Mafia, though I am not totally sure why and I don't remember when. My past notes indicate tracking was off in Heavy Rains and Fall of the Dinosaurs... but that...
  18. ckb

    Bug - Cannot Reproduce Zootomist Liver of Steel Bug

    Perhaps this is related to this issue: https://kolmafia.us/threads/you-are-too-drunk-to-continue.29307/
  19. ckb

    Bug - Cannot Reproduce Mushrooms not planted

    Weird. My plot in KoL matches the layout above (one spore planted in upper left). When I tried to plant a spore in the spot next to it. KoL gave an error of "That spot is not empty", when clearly it appeared that it was. Logging out and logging back in again fixes the problem. So maybe this...
  20. ckb

    Bug - Cannot Reproduce 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: .. __ __ __ __ __ __ __ __ __ __ __...
Back
Top