Search results

  1. R

    Bug - Not A Bug r28432 seems to have made "rng" a reserved word and that breaks BatBrain

    Sorry, I forgot to check scripts this time. My apologies for the breakage. Last time (with modifiers), I filed PRs to affected scripts. I think that is what you will have to do this time as well.
  2. R

    Bug - Fixed Carnivorous Potted Plant kills not being recognized?

    I have bug reported, we will see if CDM fixes. after a few days I might see if I can fix it without.
  3. R

    Feature - Rejected Less verbose output for failing tests on GitHub

    I added it because without it, you can't tell what the failure actually is. I deal with test failures on GitHub, and it is useful. If we don't have this, we don't actually have any information beyond "test X failed" -- we don't have the failure message nor the stack trace for the line. It was...
  4. R

    Bug - Fixed Carnivorous Potted Plant kills not being recognized?

    We want the debug logging version, the browser version may have parsed tags or inconsistent spacing. Also it gets changed by Mafia. You'll need to run "debug on", then run your adventures until you get lucky (and then you can "debug off") -- as the potted plant ends the fight, you can't reload...
  5. R

    New Content - Implemented Rumpus Room change

    also should change modifiers to not count having a clan with them in as giving the numbers.
  6. R

    Bug Numberology with max stats

    Yeah, this is something different. After my change, we only update level when the charpane or API status refresh. I thought the latter happened a lot more often than it seems to. The easiest fix might be to revert my change and only calculate level that way for zootomist. The alternative is to...
  7. R

    Bug - Waiting for Info Is this a bug? Been seeing this for a day or 2. Using Yorick

    I have it too. Something, presumably autoscend sets "lastChanceBurn" to "cast # Sauce Contemplation", which I don't have in zoot (and never sets it back to a skill I do have, or to nothing).
  8. R

    Bug - Fixed Carnivorous Potted Plant kills not being recognized?

    What's in the log just above acquiring the Wint-o-Fresh mint from the trainset? How does the full fight look (and does it log the plant kill)? We'll need HTML to sort this as we do have a passing test that checks this.
  9. R

    Bug - Fixed Gaining level in Relay Browser doesn't update compact side pane

    Adding a call to KoLCharacter.updateStatus() to the setLevel method should fix this I think?
  10. R

    Feature Familiar attributes

    Yes, those are tags. The order is the order they appear ingame, if we can get it. For zootomist, the order defines the order the enchantments appear on the Nipple casts. ( [id] => 103 [type] => Pair of Ragged Claws [name] => Snails [picture] => raggedclaws [cagematch] => 1...
  11. R

    New Content Spring Challenge Path: Z is for Zootomist

    It might be the highest of the three, or it might just be myst: I picked muscle because the Tavern adventure was Seal Clubber. But as you can't gain stats without grafting and your level is independent of your stats, I don't really know what mainstat is used for. The fix to level is that we...
  12. R

    Differing locations between KoL and KolMafia

    My plan was to fix the ones which were different from KoL and not the same as another location -- like we do for monsters, and unlike what we do for items. The previous names would become aliases for the new ones. So far I am aware of the Hippy Camp / Frat House losing their starting "The"...
  13. R

    autoscend - a sl_ascend fork/continuation

    > Today I had autoscend stop adventuring because it felt that it had spent too many turns trying to get the ingredients for wet stunt nut stew in Whitey's Grove. Do you have a log with the exact message? Expected turns with 0% item drop / combat is ~19 by my calcs. How many turns did it spend?
  14. R

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    For previous updates, we have followed the LTS versions: 8 to 11 to 17 to 21. That's why the next is 24. Irrat has filed this as a draft because it's not something we can do yet. The PR adds a message to the login screen because people were missing the message we added after you login. It may...
  15. R

    Bug Roman candelabra damage not tracked

    nice find! I think that's the consequence manager overriding the modifiers, then, and the modifiers aren't parsed correctly because they're roman numerals. So it'll need to be special-cased to not do that.
  16. R

    Bug Roman candelabra damage not tracked

    The prefrerences update when the description for the roman candelabra is viewed, which happens when the session is initialized. Looking at modifiers.txt I can't see anything obviously wrong with the elemental damage part.
  17. R

    Bug - Fixed Mafia runs auto_post_adv.ash during combat

    Do you have both the combat action bar and the old-style combat forms enabled? That can mess some things up.
  18. R

    New Content Clan Photobooth

    That wasn't implemented, so either parse the page or whitelist to BAFH which has everything. Or PR it, implementing it however you like.
  19. R

    Bug - Fixed trackedMonsters resets on login

    r28287. Thanks for the report!
Back
Top