Search results

  1. Veracity

    New Content Sea Changes

    We also need to change canAdventure for the Center Door to add the requirement of 5+ unblemished pearls. And add mores tests for the Center Door. Do you have HTML for successfully entering with 5 pearls?
  2. Veracity

    New Content Sea Changes

    There isn't currently a way to disable the Relay Warning. Certain others are once per session: private static boolean ignoreBoringDoorsWarning = false; public static boolean ignoreDesertWarning = false; public static boolean ignoreDesertWeaponWarning = false; private static boolean...
  3. Veracity

    My personal Meat farming script

    502 is, by definition, a server error. It is appropriate to report them as KoL bugs. You are unlikely to get an official response, however.
  4. Veracity

    New Content Sea Changes

    I haven't looked at your PR yet (soon), but detecting the Nautical Seaceress: - I put a check in FightRequest.updateFinalRoundData to update dolphin whistle progress - i.e. seaPoints. It is right after the code which tracks momSeaMonkeeProgress after defeating monsters in the Abyss. There...
  5. Veracity

    New Content Sea Changes

    Yeah. I finished my 11 runs in this path before the nerfs came, so I won't be implementing via personal experience, but: - canAdventure in the Merkin Temple (Center Door) now depends on immaculate pearls, or something? Ryo has in in-progress PR to handle pearl tracking. One might hope he'd make...
  6. Veracity

    My personal Meat farming script

    I committed a change which had the code to retry after a 502 but omits turning on debug logging. I forgot to start a new branch - and was on my "aftercore from Under the Sea" branch when I pushed - so, unfortunately it was not a new PR.
  7. Veracity

    My personal Meat farming script

    In the last month or so, KoL has frequently returned a 502 - a server error - when trying to take choice option 1308/8. This is the "leave platform" option when you are "On a Downtown Train". Since you cannot walk away from that choice, you have to take it in order to do literally anything...
  8. Veracity

    New Content Sea Changes

    If you mean whether Big Brother has been rescued yet: QuestDatabase.setQuestIfBetter(Quest.SEA_MONKEES, "step2"); Preferences.setBoolean("bigBrotherRescued", true); Quest.SEA_MONKEES is "questS02Monkees"
  9. Veracity

    Bug - Fixed Small flaw in animated Hellion image

    Works great - tested in the Encyclopedia. Thanks!
  10. Veracity

    Bug - Fixed Small flaw in animated Hellion image

    Thank you gausie for updating KoLmafia's animated replacement for the Hellion image. There is a slight flaw, visible in the attached screen shop. When we display it in the browser, there are lines across the top and left edges. I attempted to edit the image at src/images/overrides/hellion.gif...
  11. Veracity

    New Content Sea Changes

    I defeated Her Naughtiness. Not yet done: Return Old Man's Boot Clear out skate park Rescue Mom I visit the Council: Although I suppose it isn't strictly necessary, you should probably try and find the Old Man's lost boot for him. The things he offers in exchange are pretty useful. And an...
  12. Veracity

    New Content Sea Changes

    I defeated the Nautical Seaceress. "You feel your dolphin whistling endurance improve." > get seaPoints 9 I look at the durable dolphin whistle. (used 7 of 10 times today) > get seaPoints 10 If we increment seaPoints in kingLIberated, that will be incorrect - until I look at my...
  13. Veracity

    New Content Sea Changes

    I tried this yesterday: Resolve skate park (return boot as soon as I had enough sand dollars - from the stashbox) Defeat 3 Mer-Kin Temple bosses Visited Council. The council congratulated me on defeating Her Naughtiness and told me that Mom was technically optional, but it'd be nice to free...
  14. Veracity

    New Content Sea Changes

    I wanted to find out what message I'd get when I visited the Center Door after I'd defeated Shub-Jigguwatt and Yog-Urt but had not rescued Mom (which the Wiki claims you MUST do). I'd bought the black glass but had not ventured into the Abyss. I got Her Naughtiness. Not the first time the...
  15. Veracity

    My personal Meat farming script

    Revision 21 fixes a few issues I recently ran across. If you get a wandering monster in the Never Ending Party, it does not use up one of your free turns. We used to assume it did, which left one free turn unused. Fix that. Aftercore in The Sea leaves you with no quests finished. You can go...
  16. Veracity

    Tattoos.ash - Updated

    Nice! I have my own tattoos.ash which looks at the Wiki page and scrapes all the tattoo images and compares them to your own tattoo page and tells you the difference. > scripts/Utilities/tattoos The wiki lists 302 tattoos. You have 304 tattoos. The Wiki lists 1 tattoos that you do not have...
  17. Veracity

    New Content Sea Changes

    r28673 does this: 1) Add 3 new sea_merkin.php zones: The Mer-Kin Deepcity sea_merkin=temple DiffLevel: unknown Env: underwater overdrunk Mer-kin Temple The Mer-Kin Deepcity sea_merkin=temple DiffLevel: unknown Env: underwater overdrunk Mer-kin Temple (Left Door) The Mer-Kin...
  18. Veracity

    New Content Sea Changes

    Speaking of logging things that take turns: [213] Mer-kin Library Encounter: Playing the Catalog Card Took choice 704/3: unknown choice.php?pwd&whichchoice=704&option=3 Mer-kin Library 1 clue: DOUBLED use 1 Mer-kin dreadscroll Encounter: Mer-kin Dreadscroll Took choice 703/1: (secret choice)...
  19. Veracity

    New Content Sea Changes

    What about the new dolphin whistle? It allows multiple uses before it runs out? Is it deleted when it runs out? (if so, boo, hiss) Or is it some sort of "daily usage" item? What is the maximum # of charges it can have? (i.e., the equivalent of "path points"?)
  20. Veracity

    Feature - Implemented Sea Path requests (Grandpa storage, Abyss/Lasso progress)

    I'd like to move Crowther's post to this thread: https://kolmafia.us/threads/sea-changes.30747/ Which is open, as opposed to this one, and is intended to report any and all random bugs/suggestions for the new path, but my "Developer" role does not seem to allow me to do that.
Back
Top