Recent content by ckb

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

    Bug - Waiting for Info Candy spadings

    This was added in https://github.com/kolmafia/kolmafia/releases/tag/r28495
  4. 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...
  5. 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
  6. 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.
  7. 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 >...
  8. 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...
  9. 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...
  10. ckb

    Bug Zootomist Liver of Steel Bug

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

    Bug 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...
  12. ckb

    Bug 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: .. __ __ __ __ __ __ __ __ __ __ __...
  13. ckb

    Bug Bowling ball mismatch

    KoLmafia-28441 I am not totally sure what is happening, but something is wrong with tracking of bowling balls. It looks like mafia is trying to correct itself incorrectly and getting inventory confused. Posting log bits here. Wish I had more but I can only do this once per run. blue text is...
  14. ckb

    Automating the Leprecondo

    I am pretty sure you need to visit the 'inv_use.php' before the choice.php My script does this and seems to work: buffer page = visit_url("inv_use.php?whichitem="+to_int($item[Leprecondo])); string url = "choice.php?whichchoice=1556&option=1&pwd="; url += "&r0="+1; url +=...
  15. ckb

    Bug - Fixed Generate Irony

    If you re in Zoot you don't have any of your permed skills until you break the prism, so maybe not.
Back
Top