Search results

  1. Veracity

    Bug - Fixed Mafia failing to detect acquiring Mancave in Leprecondo

    Thank you! <td valign=center>Gwen spots a ManCave&trade; sports bar set in a puddle of spilled beer and runs out of his condo. He drags it back to the condo and stores it in the attic.</td>
  2. Veracity

    Bug - Fixed Mafia failing to detect acquiring Mancave in Leprecondo

    I looked at my (many) DEBUG logs and I have nothing, either. These one time ever things are rough. Although, I bet gausie could use a dev account to get one. ;)
  3. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    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. This because I have a Cincho de Mayo in inventory - which grants 3 free rests - but, although we'd already read inventory when...
  4. Veracity

    New Content Spring Challenge Path: Z is for Zootomist

    There is no "prime stat" in this path. Your HP is based on your Muscle - at 1.0, not 1.5. Your MP is based on your Myst - at 1.0, not 1.5. The pop up panel over the lower stats in the side pane says "Predicted HP" is different from actual HP - because we predict as if it is a Muscle class...
  5. Veracity

    Feature shop.php support

    r28457
  6. Veracity

    Bug - Fixed Skill Casting Frame shows no available skills

    I am in Zootomist, but I really do have a few skills available. Especially, many via my august scepter. When I first log in, I see lots of skills on the Skill Casting frame. And then, it seems to forget them all. Here's an image of the frame in that condition: . The only one it shows is the...
  7. Veracity

    Bug - Fixed Mafia failing to detect acquiring Mancave in Leprecondo

    Heimdall's Footstool spots a ManCave™ sports bar set in a puddle of spilled beer and runs out of his condo. I see no HTML entity. Perhaps looking at the the Condo has one, but the acquisition message has, presumably, a UTF-8 character.
  8. Veracity

    Leprecondo handling script

    I have not tried this yet - but looking at your Discord message showing a "sim" result for a proposed configuration, I am absolutely certain I will be using this in the near future. I have a hand-picked (pair of) configurations I use in Zoot, but I have no idea, yet, what I will want in...
  9. Veracity

    Feature shop.php support

    I have a fix for sell_cost for coinmasters that don't use new-style ShopRows. Some examples: Ordinary coinmaster with a single currency. > ash sell_cost($coinmaster[The Terrified Eagle Inn], $item[silver Dreadsylvanian flask]) Returned: aggregate int [item] Freddy Kruegerand => 100...
  10. Veracity

    Bug Maximizer can't temporarily equip Cincho. Sometimes.

    OK, did it again, for item drop: Accessory 1: Everfull Dart Holster (Mus/Mys/Mox +10%) Accessory 2: astral belt (Mus/Mys/Mox +10%) Accessory 3: hockey stick of furious angry rage (Mus +5%)
  11. Veracity

    Bug Maximizer can't temporarily equip Cincho. Sometimes.

    Maximizing for Meat Drop at the Themthar Hills: cast 1 Cincho Party Soundtrack (+20) I select it and push "execute selected" Cannot choose slot to equip Cincho de Mayo. That skill is unavailable. It "cannot choose slot" if swapping the accessory would decrease buffed MP or HP. Accessory 1...
  12. Veracity

    Bug - Cannot Reproduce Zootomist Liver of Steel Bug

    It's never behaved that way for me; the next day, I start up with 0/19 inebriety used.
  13. Veracity

    Feature shop.php support

    Yeah, that's an easy enough fix. > inv crystalline cheer > ash is_accessible($coinmaster[Cheer-o-Vend 3000]) Returned: false > ash inaccessible_reason($coinmaster[Cheer-o-Vend 3000]) Returned: You need some crystalline cheer. > pull 1 crystalline cheer Pulling items from storage...
  14. Veracity

    Feature shop.php support

    I see this: public static String accessible() { int cheer = CHEER.getCount(KoLConstants.inventory); if (cheer == 0) { return "You need some crystalline cheer."; } return null; } But I also see this: public String accessible() { // Returns an error reason or...
  15. Veracity

    Bug - Fixed Wrong Choice Spoilers for The Shore

    If you have exactly 3 turns left and are wielding a candy cane sword cane, this is what The Shore looks like. Notice that it gives the choice spoiler for the option granted by the sword for the "skip this" option.
  16. Veracity

    Feature shop.php support

    Fancy Dan doesn't have a token because it has multiple currencies. This is accurate. A little more info: A Coinmaster is a shop where you can trade N of a currency for M of an item. Most coinmasters have a single currency. We define string $coinmaster.token for such. If it's a real item, item...
  17. Veracity

    Bug - Fixed Mafia not logging dart skills properly?

    Oh, ha ha! It turns out that the (accurate) dartboard is on the page - even if your autoattack kills the monster. It's just hidden. Simple fix: parse the dartboard before parsing the rest of the fight.
  18. Veracity

    Bug - Fixed Mafia not logging dart skills properly?

    I think I understand the issue. 1) I created a macro like yours and set autoattack to use it. 2) On my first turn of the day, I adventured in The Defiled Nook. 3) After skipping 5 NCs, I found a toothy skleton. [534] The Defiled Nook Encounter: toothy sklelton Round 0: Veracity wins...
  19. Veracity

    Bug - Fixed Mafia not logging dart skills properly?

    I added that logging, based on what we've deduced about the skill-to-part mapping that we figure out when we see the dartboard. I have never automated darts. It has always been completely accurate, whenever I use darts. Which is every single fight, except for four gremlins. :) I suspect the...
Back
Top