Search results

  1. ziz

    Bug - Cannot Reproduce Losing track of spices

    SVN r8320, OS X I have Funkslinging and started this process with 3 spices and 4 anti-anti-antidotes in my inventory. I did "make 3 spooky lo mein", which logged as follows (I don't have the gcli output, just the session log): outfit Filthy Hippy Disguise buy 2 herbs at market price from...
  2. ziz

    Bug - Fixed Please, Hammer overexuberant

    SVN revision 8278, OS X. Whilst doing the hobo gristle bounty in aftercore, the Harold's hammer automatic creation seems to fire a bit early: [3467] Sleazy Back Alley Encounter: Please, Hammer Verifying ingredients for Harold's hammer (1)... You need 1 more Harold's hammer head to continue...
  3. ziz

    One-Click Wossname -- automatic level 12 quest completion

    Minor issue with flyering (no wonder I always end up going to the GMoB!): if (gmobhits) return ceil((5 - get_property("guyMadeOfBeesCount").to_int()) * (3 / (0.25 - combat_rate_modifier()))); returns 3 with a combat rate modifier of -5%, because combat_rate_modifier() returns -5.0. This...
  4. ziz

    First Things First -- a multipurpose pre-combat consult script

    FYI: zombie waltzers now come back as being named "some zombie waltzers", requiring a change to ftf_olfact. setvar("ftf_olfact","blooper, dairy goat, shaky clown, some zombie waltzers, goth giant, knott yeti, sponge, hellion, violent fungus"); and zlib ftf_olfact = blooper, dairy goat...
  5. ziz

    AutoClub -- automatically hunt items by clubbing infernal seals

    Oooh, and my next run a SC run, too. Looking forward to trying this out.
  6. ziz

    One-Click Wossname -- automatic level 12 quest completion

    The Arena / GMoB bits seem to have been broken by the new Bathroom Grudge choiceadv (it hits 5 choiceadv but not all of them are Having a Medicine Ball, so no GMoB shows up). Latest (svn) Mafia, etc, etc. I did the Guy manually; everything else is still working fine. Did I miss an update...
  7. ziz

    Universal Recovery Script

    I will give it a shot. Thanks!
  8. ziz

    Universal Recovery Script

    How very strange, this. In BM, as a seal clubber (tongue of the otter, no other healing skills), not beaten up; effects in place are missing kidney and 279 turns of Seal Clubbing Frenzy. I'm using the latest (SVN) Mafia and universal recovery 3.334. It hasn't cast Tongue other times I've...
  9. ziz

    Make.meat.fast

    @dj_d: well, at the time I made the change originally, it made an apparently reasonable adjustment to the Oasis value and sent me off to the wine cellar (before you fixed the you-don't-get-all-six issue), but looking at it now I have no idea /why/ it worked, since as you observe, it shouldn't...
  10. ziz

    MacGuffin 2.0 -- level 11 quest, automated

    I often sling love songs, or bottles of alcohol, or in BM I've been sticking on any old +elemental gear I happen to have, all the way down to the hobo gloves if needed, if I didn't get an elemental damage skill/spell as part of my usual rotation. Unfortunately I'm slogging through early BM...
  11. ziz

    Mall limit highlighting

    It's a thing I wanted, so I made a tiny modification to the source. "limit 1" things show up in red, "limit (anything other than 1)" things show up in blue, they're still gray if you can't buy them, and no other mall display is changed. Index...
  12. ziz

    Make.meat.fast

    It's recommended the Oasis for me. I added a bit to fix that, which might be hacky. First line for context: int combat_rate = 100 - appearances[$monster[none]]; if (loc == $location[oasis in the desert] || loc == $location["Desert (Ultrahydrated)"]) combat_rate = 83;
  13. ziz

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    1.21 gigacounters, 88 turns per hour...We're going back! BACK TO THE FUTURE!
  14. ziz

    Make.meat.fast

    It was trying to tell me the Boss Bat's lair was the right place to go on pure meat drops - which it would be, if I could get there. I had to hack canadv to not allow Boss Bat if I've already killed him, but I screwed it up last time, so I'm not posting my code until I've tested it more...
  15. ziz

    CanAdv -- check whether you can adventure at a given location

    So: Aftercore, and it thinks I can be adventuring in Boss Bat's lair. After a /really/ stupid false start, I fixed that behavior, and here's the patch to do it. It could probably be done more effectively with a reversed perm_urlcheck (that tests for forevermore-closed locations).
  16. ziz

    Hardcore Checklist -- sequential required item getter/notifier

    Very nice update. Back to running unmodified, as the good hermit intended.
  17. ziz

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Thanks for this - I've been using a slightly modified cookie.ash (from http://kolmafia.us/project.php?issueid=184) for a while, and have been very happy with it (although, amusingly, it almost never /does/ anything for me, since I'm only rarely in aftercore). Looking forward to increased...
  18. ziz

    Hardcore Checklist -- sequential required item getter/notifier

    Per-user is fine by me on both of those. Glad you like my ideas, it's always nice to be able to give a little back.
  19. ziz

    Hardcore Checklist -- sequential required item getter/notifier

    Here's a patch that I use (against 1.2.5, even!): Adds checklist_dive_for_third, to specify if you want to dive or zap your third key (I almost always zap mine) Adds checklist_print_all, so if you're in info_only mode the checklist won't stop with the /next/ step you need, but will go on to...
Back
Top