Search results

  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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!
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    Click on the "refresh status" button at the bottom of the compact side pane.
  13. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    Actually, I see that I am wrong about that. I was thinking about "refresh status", which is what you get when you click the button at the bottom of the side pain in the GUI. If the familiar equipment really does go back into inventory, I can't understand why it doesn't appear when we ask KoL to...
  14. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    “refresh all” does not include “refresh inventory”.
  15. Veracity

    Bug - Fixed Checking sell_price of cyburger results in a NPE

    I fixed this by having sell_price of cyburger return 0, since that function only works for Coinmasters that have a single currency used for any particular item, and cyburger requires two currencies to buy it.
  16. Veracity

    Bug Mafia seems to spend meat but not buy an item

    This a working example from your log: mallsearch "drive-by shooting" buy 1 drive-by shooting for 22870 each from shop #1937905 on 20250209 Preference _concoctionDatabaseRefreshes changed from 62 to 63 mallsearch "Newark" buy 1 Newark for 27986 each from shop #2417576 on 20250209 Preference...
  17. Veracity

    Bug Mafia seems to spend meat but not buy an item

    I've been looking at this. I tried it three ways: In the Relay Browser: I entered the mall and searched for "drive-by-shooting" I entered the store I made the purchase. In the DEBUG log: mallstore.php?pwd&whichstore=1937905&buying=Yep.&whichitem=9396.24200&quantity=1 ... response...
  18. Veracity

    Feature shop.php support

    Well - that is the Dedigitizer - a coinmaster which deals in 0's, 1's, and multiple dedigitizer schematics. The Dedigitizer ROW1566 cyburger 1 (32) dedigitizer schematic: cyburger What is the sell price? 32? How about this one? The Dedigitizer ROW1563 zero-trust tanktop...
  19. Veracity

    Feature shop.php support

    Checking sells_item first is correct - even for shops that DO sell the item you are looking for. Look at the Crimbo24Cafe Crimbo24 Cafe ROW1527 chocolate ostrich egg Spirit of Easter (15) Crimbo24 Cafe ROW1528 candied beef and cabbage Spirit of St. Patrick's Day (15) Crimbo24...
Back
Top