Search results

  1. S

    Feature - Rejected Add fallback choice support

    For the record, I have also wanted almost the exact same thing that Irrat suggests, and I would have proposed the same comma separated list of choices.
  2. S

    Philter, the inventory cleanup script

    For players looking for inventory management that won't require them to manually configure thousands of items upfront, check out Rever's keeping-tabs script here: https://kolmafia.us/threads/keepingtabs-a-simple-inventory-management-script.27519/ It uses KoL's native custom inventory tabs to...
  3. S

    Bug - Fixed Goose-duping a Shen quest item increments questL11Shen step twice

    I guess I should elaborate. I duped The Stankara Stone with a goose drone (the matter duplicating drone was emitted in a previous combat), which caused mafia's quest tracking to see it twice, and to increase the questL11Shen preference from step1 to step2, and then again immediately from step2...
  4. S

    Bug - Fixed Goose-duping a Shen quest item increments questL11Shen step twice

    [194] The Batrat and Ratbat Burrow Preference lastEncounter changed from sausage goblin to the Batsnake Encounter: the Batsnake Round 0: sketchysolid wins initiative! Preference cosmicBowlingBallReturnCombats changed from 4 to 3 Round 1: sketchysolid executes a macro! Round 1: sketchysolid casts...
  5. S

    Feature - Implemented Provide some display when the carnivorous potted plant noms an enemy

    Here's a debug log containing one adventure of the carnivorous plant eating an enemy ("Your potted plant swallows your opponent{s} whole.")
  6. S

    Feature - Implemented Provide some display when the carnivorous potted plant noms an enemy

    Session logs and GCLI don't indicate when the carnivorous potted plant freekills an enemy for you, and I would like such a message. You need to infer that from combat sometimes being unexpectedly won and the message "This combat did not cost a turn". The similar mafia thumb ring has both a...
  7. S

    muffin - a monorail breakfast counter helper

    I've updated to the kolmafia's new "git checkout". The old "svn checkout" will no longer work. If you're updating via "svn update" and it gives you an error, run svn delete muffin followed by the new git checkout string posted above.
  8. S

    Bug flyeredML Tracking Wrong

    I think they mean that if you backup a scaling monster while you're running +ml, the ml gets applied twice to their stats, but only once for the exp they give at end of combat.
  9. S

    Feature Use magical sausages for mp restoration

    I'm making these magical sausages and eating them, but I don't care when I eat them throughout the day. Might as well use them as an MP restore instead of spending meat on other restores. I'd like a checkbox to use magical sausages as an mp restore to automatically restore mp as needed.
  10. S

    Feature - Implemented Custom combat disable for fully scripted KoLMafia users

    It's not that script writers can't do that. They are doing that. But I have 4 different "do nothing" ccs files that were made by different scripts in my ccs dropdown. And asking all script-writers to get together and commonly decide on a single thing to do does not feel like a solution. The...
  11. S

    Feature - Implemented Custom combat disable for fully scripted KoLMafia users

    Did this feature request morph into a different feature request after the suggested solution was not approved? Or did the conversation end, and this issue will not be addressed. I find myself, as a scripter for mostly personal scripts, wanting a solution to this problem also. It's quite...
  12. S

    Feature Add Muffin Command

    I've written a muffin script to handle this in ash. Here's the forum thread: https://kolmafia.us/threads/muffin-a-monorail-breakfast-counter-helper.27702/ And here's my github repo: https://github.com/frazazel/muffin
  13. S

    muffin - a monorail breakfast counter helper

    I wrote up a script that will order or collect a muffin for you. The monorail breakfast counter is annoying to navigate, but I've got you covered! You can find the project at https://github.com/frazazel/muffin. A muffin-management script for Kingdom of Loathing - for use with KoLmafia Copy...
  14. S

    Bug - Fixed gooseDronesRemaining sometimes not decrementing

    Okay. I cut out a bunch of irrelevant stuff, but here's the debug log from a few fights. gooseDronesRemaining goes down from 2 to 1, then from 1 to 0, then grey goose is switched in to emit drones, and they go from 0 to 1, but they don't decrement in that battle when they are in fact used up...
  15. S

    Bug - Fixed gooseDronesRemaining sometimes not decrementing

    You're looking for the output after I check "Log cleaned HTML tree of fight pages"? Or something else?
  16. S

    Bug - Fixed gooseDronesRemaining sometimes not decrementing

    Here's an excerpt from my log today, running KoLmafia r26534. I started with 2 drones active. The first 2 combats, an item is duped and the drones correctly decrement. Then I switch in the goose and emit drones. The drones increase by 1, which is captured. But the drones decreasing by 1 at end...
  17. S

    current page html

    I actually found a different answer that suits me well enough. available_choice_options() returns a map of type string[int] of all buttons' text and choice #s, already parsed by KoLmafia.
Back
Top