Search results

  1. J

    SVN and Changelog support (moved from BatBrain thread)

    Funny that I edited my message two minutes before you replied. ;-)
  2. J

    SVN and Changelog support (moved from BatBrain thread)

    Can we PLEASE get a code repository for this? And WHAM too? I have a script that auto-updates all of bumcheek's scripts, and it's proven to be a million times easier than logging into the forums to download every time there's a new update (and the updates have been extremely often lately). It...
  3. J

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Thank you! I'll be sure to turn that off. FYI I pulled this out of the session log. [683] Belowdecks Encounter: grassy pirate Round 0: josmul123 wins initiative! > WHAM: Running SmartStasis Round 1: josmul123 executes a macro! Round 1: josmul123 tries to steal an item! > WHAM: Starting...
  4. J

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    I'm getting a bit fed-up with issues due to Yellow Rays. WHAM has YR'd a few times on my behalf when I otherwise wouldn't have... Just because I have the He-Boulder out doesn't mean the FIRST Monster I see needs YR'ing. So I'm backfarming an acoustic guitarrr because I had no more clovers and...
  5. J

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Yes to BIG run, no to manuel. +ML was at 0. EDIT: Probably not WHAM's fault. I managed to hit escape during one of the combats, and KoLMafia was showing this in the relay browser. EDITEDIT: I just changed my CCS to have: [ ninja snowman assassin ] attack with weapon in it, as I'm...
  6. J

    Winterbay's Helpful Automatic Monsterbasher (WHAM)

    Um... Wat? [363] Ninja Snowmen Encounter: ninja snowman assassin Strategy: /Users/[REDACTED]/Library/Application Support/KoLmafia/ccs/default.ccs [default] Round 0: josmul123 wins initiative! WHAM: Running SmartStasis WHAM: Starting evaluation and performing of attack WHAM: We are going to...
  7. J

    BatBrain -- a central nervous system for consult scripts

    So I found a bug in BatBrain when you have an elemental form (like coldform). the current code gives an error about editing a map's contents within foreach. So I made the following change, which basically uses a couple of temporary variables to get around this mafia limitation. It no longer...
  8. J

    Feature Alphabetize HP and MP restorer Lists

    As I said, I've been unable to track down what exactly is un-checking the boxes. If and when I figure that out, I will post it here if it's a bug or notify the script maintainer if it's a script. Meanwhile, the measure I'm taking is using the interface that's intended for setting this...
  9. J

    Feature Alphabetize HP and MP restorer Lists

    Now it makes more sense. Thanks for going through that. There's some issue that I haven't been able to nail down that causes items to uncheck themselves (possibly between ascension), and I always find myself in that list searching for things to re-enable them... Usually after it spends all my...
  10. J

    Feature Alphabetize HP and MP restorer Lists

    I respectfully disagree. The HP/MP restore classes implement Comparable and the compareTo method to compare items internally by how much health/mana they restore and how much MP they cost for HP restorers. The order of the checkboxes does not seem to have any effect on Mafia using them. The...
  11. J

    Feature Alphabetize HP and MP restorer Lists

    For those interested, I have a patch that will alphabetize the HP and MP restorer lists in KoLMafia. It's a hack and isn't optimal, but it works. I think they should be alphabetized by default, so I'm including this here in case a developer wants to integrate it as the default sort option...
  12. J

    Feature - Implemented Add a "No Tome Summon" option to the food/drink manager

    Is it not realistic to believe that in the future, there may be another tome that creates food/drink? I can't imagine that "something else" would come along as a new way of getting food/drink in the game often enough to justify a "do we clutter this every time it happens" argument, but I can...
  13. J

    Feature - Implemented Add a "No Tome Summon" option to the food/drink manager

    The problem with "no create" is that I often want to cook foods or mix cocktails. It's a rare occurrence that I want to use a tome summon for food or drink. The inability to separate the two (and the inability to tell whether an object is coming from a summon or not) is why I'm requesting that...
  14. J

    Feature - Implemented Add a "No Tome Summon" option to the food/drink manager

    KoLmafia is probably the only reason I still play KoL religiously. That said, I have a feature request that I'd appreciate some consideration for. I did some searching, but I wasn't able to find anyone else with this request. Granted I didn't look very hard, so please merge if this turns out to...
  15. J

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    if (!can_drink()) { if (!can_eat()) { steelName = "steel lasagna"; whatToDo = "eat steel lasagna"; limitToCheckFor = spleen_limit(); } else { steelName = "steel-scented...
Top