Search results

  1. 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...
  2. 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...
  3. 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/
  4. 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...
  5. 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: .. __ __ __ __ __ __ __ __ __ __ __...
  6. 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...
  7. 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 +=...
  8. 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.
  9. 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...
  10. 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...
  11. ckb

    Feature shop.php support

    Items have a .seller entry As far as I can tell, only 3 items have multiple coinmaster sellers: Boris's key / Jarlsberg's key / Sneaky Pete's key, which can be bought at both the [Vending Machine] and [Cosmic Ray's Bazaar] Currently, $item[Boris's key].seller == $coinmaster[Cosmic Ray's Bazaar]...
  12. ckb

    Feature shop.php support

    Adding this here for completeness: > ash sell_cost($coinmaster[none],$item[seal tooth]) () Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.CoinmasterData.getShopRows()" because "data" is null): () Returned: void This needs a error case when...
  13. ckb

    r28367 - What's Changed Add sell_cost function to get costs for an item as a map of item -> quantity by @gausie in #2753 Full Changelog: r28366...r2

    > ash sell_cost($coinmaster[none],$item[seal tooth]) () Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.CoinmasterData.getShopRows()" because "data" is null): () Returned: void This needs a error case when coinmaster == none
  14. ckb

    Bug - Fixed Mafia thinks Numberology summons to last adventured zone

    Fixed with PR #2590, #2611
  15. ckb

    New Content CyberRealm keycode - 2025 item of the year

    There are a few other bug reports that may be related to various generated fights tracking in the wrong location: https://kolmafia.us/threads/mafia-thinks-numberology-summons-to-last-adventured-zone.29237/...
  16. ckb

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    Having gone through a few Java updates I have found the typical behavior is that we put in some warning, it gets ignored, then when the update finally happens, a bunch of users will flock to the forums or the discord and report that suddenly Mafia stopped working. I don't know what is possible...
  17. ckb

    New Content - Implemented Track Eldritch Tentacles

    r28301 add this - thanks you!
  18. ckb

    New Content - Implemented Track Eldritch Tentacles

    Actually, it looks like this is kind of tracked with 'eldritchTentaclesFought', but that is resetOnAscension This is (I think) for tracking the Tentacle Tickler Trophy And there is a boolean '_eldritchTentacleFought' which is to check if we have fought the tentacle from the Science Tent...
  19. ckb

    New Content - Implemented Track Eldritch Tentacles

    January 15, 2025 - Only the first 11 Eldritch Tentacles you fight in a day will be free fights, going forward. We should track the number of Eldritch Tentacles fought each day.
Back
Top