Search results

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

    Bug - Waiting for Info Candy spadings

    This was added in https://github.com/kolmafia/kolmafia/releases/tag/r28495
  7. 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...
  8. 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
  9. 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.
  10. 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 >...
  11. 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...
  12. 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...
  13. 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/
  14. 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...
  15. 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: .. __ __ __ __ __ __ __ __ __ __ __...
  16. 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...
  17. 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 +=...
  18. 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.
  19. ckb

    Feature shop.php support

    One more point of information about coinmasters. Most of them are simple and take a single type of token that is an $item[]. Some have multiple tokens that are different $item[]s. Some have tokens that are not $item[]s and are reported as $item[none] but are hidden counters in Kol that Mafia...
  20. ckb

    Feature Familiar attributes

    As I understand it: 1) Yes, these are KoL tags inherent to each familiar 1a) We know most of them, and the new Path (Z is for Zootomist) has made them much easier to spade 1b) In Zoot path, each tag corresponds to certain attributes, see the Zoot spading sheet 1c) Yes, Familiars have varying...
Back
Top