Search results

  1. Veracity

    Bug Mafia seems to spend meat but not buy an item

    r28371 made us abort on purchasing if we didn't obtain the item for the price we expected. I make it write to the DEBUG log so we could understand what happened. Yesterday, I caught such a failure. <table><tr><td>This store doesn't have that item at that price. Perhaps someone beat you to it...
  2. Veracity

    New Content - Implemented Rumpus Room change

    In Ronin: Visiting Infuriating Painting in clan rumpus room You gain 3 PvP Fights Visiting Collection of Sports Memorabilia in clan rumpus room You gain 5 PvP Fights Visiting Wrestling Mat in clan rumpus room You gain 1 PvP Fight
  3. Veracity

    New Content - Implemented Rumpus Room change

    We already have breakfast settings - visitRumpusHardcore and visitRumpusSoftcore - and ClanRumpusRequest.getBreakfast() will visit the Klaw and then, if KoLCharacter.canInteract(), every other spot. Which is to say, as coded, it won't do it in hardcore or ronin. I visited my clan's rumpus room...
  4. Veracity

    Bug - Fixed Leprecondo only parses when you visit the URL for the first time, not when you submit a choice. Also, doesn't report handlingChoice?

    Yeah, that is a bug. ChoiceManager.stllInChoice() has a regexp which does not handle this: <input type='hidden' name='whichchoice' value='1556' /> Heh. Sorry, I misspoke - and deleted my response, since it would not allow me to edit out that part. LeprecondoManager does parse the images but...
  5. Veracity

    r28411 - What's Changed Leprecondo Support by @gausie in #2792 Full Changelog: r28410...r28411

    Fixed - and merged - here: https://github.com/kolmafia/kolmafia/pull/2800
  6. Veracity

    r28411 - What's Changed Leprecondo Support by @gausie in #2792 Full Changelog: r28410...r28411

    I was wondering about this myself. I found several pieces of furniture today, and nothing was logged. Here are all the messages that logged for me today: After Battle: Lucky Grrl does some chores around the house. After Battle: Lucky Grrl gains an experience point after having his need met...
  7. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    Every time I log on as a Zootomist, this appears in my session log: Initializing session for Veracity... You have free rests available but KoLmafia thought you had none. You have free rests available but KoLmafia thought you had none. WARNING: updated modifier not in modifiers.txt...
  8. Veracity

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

    Perhaps you should report it wherever Yorick, whatever that is, accepts bug reports? KoLmafia does not choose what your “between battle actions” are. That is 100% up to user (or script) configuration.
  9. Veracity

    Bug Numberology with max stats

    I'll save a charpane from a character with no custom title and will adjust the regexp and add a test. :) https://github.com/kolmafia/kolmafia/pull/2787
  10. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    Combat Rate modifiers are ignored for Mana Burning. That's done by setting preferences for them. For example, 236 Attract Snakes tinysnake.gif nc,self 50 10 237 Hide From Seekers darkvision.gif nc,self 50 10 are disabled by default (you can configure to allow...
  11. Veracity

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

    CharPaneRequest didn't call setLevel in processResults - although it did call updateStatus. I have an open PR, complete with tests...
  12. Veracity

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

    This happened again. I decided to see if there was anything I could do before rollover, and, hey - I have a Giant Black Monolith in my campground. I used it, popped to Level 13 - and the charpane showed it - but the side-pane said I was Level 12. Ryo said, in his commit that stopped calculating...
  13. Veracity

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

    This is new - presumably resulting from the recent change in level parsing to support Zootimist. This is what I see in the center pane. This is what I see in the charpane. This is what I see in the compact side pane. If I hit the refresh status button - which calls api.php - the...
  14. Veracity

    Feature shop.php support

    Yeah. I was not addressing ASH support for specialized coinmasters, yet. You are exactly correct. I'll look into this, by and by - and your previous bug reports. Thanks!
  15. Veracity

    Feature shop.php support

    I recently improved the parsing+logging of new rows (and/or new shops). Here are a couple of examples, of how we'd log rows for existing shops: -------------------- 1411 crimbo23_elf_armory Elf Guard honor present Elf Army machine parts (200) 1412 crimbo23_elf_armory Elf Army...
  16. Veracity

    Feature Familiar attributes

    Here is a line from familiars.txt: Emberiza Aureola emberbird.gif combat1 ember egg tiny ember 0 1 2 3 sentient,organic,haseyes,hasbones,hasclaws,haswings,flies,hot,hasbeak,animal Interesting. I have questions. 1) I assume these are KoL "attributes". 1a) Do we know...
  17. Veracity

    My personal Meat farming script

    Well... this is an aftercore script. It assumes that you are willing to buy from the mall - and npcs and coinmasters. The consumption calculations are done by "vcon", which, based on your "meat per adventure" setting (which starts out low, but improves the longer you run VMF, based on your...
  18. Veracity

    Bug lastEncounter parses monsters with certain articles inconsistently

    I think that since KoL now actually tells us the "article" associated with a monster, perhaps we could do something else entirely - especially since Fight pages now give us the actual monster id and we shouldn't have to parse the monster name at all, in fights at least. Which is to say, for...
  19. Veracity

    r28349 - What's Changed fix: change fact order for myst / moxie stats by @midgleyc in #2734 Full Changelog: r28348...r28349

    This is good. There are still errors, however. You're fighting The Frattlesnake HP: 227, Atk: 212, Def: 212, Type: beast Drops: The Lacrosse Stick of Lacoronado (100 no pp) Just the Facts: Sweet and Red (10) yields: This type of monster is immune to every sexually-transmitted disease but...
Back
Top