Search results

  1. AlbinoRhino

    r26889 - feat: initial items for cookbookbat by @midgleyc in

    via r26889 -------------------- 10983 Recipe of Before Yore: Pete's wily whey bar 335242148 bbat_recipe.gif usable t,d 100 # Item Recipe of Before Yore: Pete's wily whey bar --------------------
  2. AlbinoRhino

    Feature Track combat loss when adventuring

    Maybe I'm wrong, but I think run_combat() contains the last combat text even when called independent of fight.php. ??
  3. AlbinoRhino

    New Content September IOTM - Jurassic Parka

    Ah...makes sense. I hadn't considered the ambiguity there. Well, no worries. I can always add a tweak to my local build if it bothers me enough. Thanks!
  4. AlbinoRhino

    New Content September IOTM - Jurassic Parka

    A command for "noncombat" (nc?), would also be useful I think. At least, I found myself looking for it. I think that one is pterodactyl? (Not sure and am not logged in at the moment to check.)
  5. AlbinoRhino

    Bug Maximizer suggests Clan VIP Furniture I Don't Have Access To

    The last couple of runs I've done with a character who doesn't have FantasyRealm, the maximizer (with 'creatable' enabled) has been suggesting creating and equipping FantasyRealm hats. Even if the character had the IotM, this is a standard run, so it should be doubly eliminated. Adding a...
  6. AlbinoRhino

    Daily Dungeon

    I think you could get 1 per day from FantasyRealm (and PirateRealm) as well...if you wanted to break the magazine monotony. edit: Oops. Looks like PirateRealm actually drops a dungeon key, not a token. I misremembered.
  7. AlbinoRhino

    Daily Dungeon

    GameInformPowerDailyPro magazines can speed up obtaining a cubeling hatchling as well. (Each completed Video game dungeon gives a token.)
  8. AlbinoRhino

    Bug Certain foldables triggering choice adventure abort

    I have been removing extra choice.php calls that have accumulated in my ASH scripts over the years too. :)
  9. AlbinoRhino

    Bug Certain foldables triggering choice adventure abort

    Yes. Breakfast is trying to visit the choice a second time after already collecting the sea jelly. We are all getting the message when it does so.
  10. AlbinoRhino

    Bug Certain foldables triggering choice adventure abort

    This sounds the most reasonable (to me). I don't seem to see a "collect sea jelly" preference in the "Automation" section of the Preferences panel. I suspect there should be one so that the behavior quoted above can be enabled/disabled as the user prefers?
  11. AlbinoRhino

    Bug Certain foldables triggering choice adventure abort

    I'm also seeing this. During breakfast running. Haven't experimented with it otherwise.
  12. AlbinoRhino

    Bug Certain foldables triggering choice adventure abort

    I got the same when the maximizer created a burning cape.
  13. AlbinoRhino

    r26606 - feat: mark more monsters as NOCOPY by @midgleyc in

    Monster: "Ice Cube" has multiple values for the "NOCOPY" attribute. It's at line 1005. 'NOCOPY" seems to have been added twice. Thanks for the updates! Edit: https://github.com/kolmafia/kolmafia/pull/931
  14. AlbinoRhino

    Bug r26560 error on session initialization - update git scripts on login

    r26584 I tried the git command out today. A 'git' directory was created and the repo files were downloaded to there. However, it doesn't appear that the files made it any further. I was using the ChIT repo and none of the files seems to have been copied to the relay directory. Tried 'sync'...
  15. AlbinoRhino

    Bug - Not A Bug r26560 - Scripts menu missing user scripts

    With r26570, I was noticing similar lags today. scriptMRULength = 20. Each time scriptMRUList was updated (I usually play with logPreferenceChange enabled) there was a 1 to 3 second pause after it was printed to the cli, then the cli would resume logging and things would continue as normal...
  16. AlbinoRhino

    r26476 - Improve attribute parsing from monsters.txt by @Veracity0

    r26477...seen in the login messages: Monster: "lihc" has multiple values for the "EA:" attribute.
  17. AlbinoRhino

    Bug - Fixed NPE related to available_choice_options()

    r26421 Script execution aborted (java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.session.ChoiceAdventures$Option.getDecision(int)" because "opt" is null): (choose.ash, line 667) line 667 is... thesech = available_choice_options(true); This line of code has...
  18. AlbinoRhino

    Bug csend with commas acts unexpectedly when sending meat

    Revision 19881 resolved a similar issue with storage pulls by having the command only print information to the cli in those cases. Although, I guess the "-N" behavior might be more useful outside of counting pulls.
Back
Top