Search results

  1. 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...
  2. 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.
  3. 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...
  4. 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...
  5. 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%)
  6. 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...
  7. Veracity

    Bug Zootomist Liver of Steel Bug

    It's never behaved that way for me; the next day, I start up with 0/19 inebriety used.
  8. 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...
  9. 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...
  10. Veracity

    Bug 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.
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. Veracity

    Bug Monster drops out of order

    Huh. I didn’t know there was an “order” to the drops. I thought we just alphabetized them.
  16. Veracity

    Bug - Fixed Generate Irony

    I paniced. I got no message, but, yes, Zoot doesn’t show permed skills. Thanks.
  17. Veracity

    Bug - Fixed Generate Irony

    Does this work? I got the book. I used it and got the skill. The book neither gives me a "used" book nor says that I learned the skill and it was HC permed. I ascended, and I have no opportunity to perm the skill. I guess it is HC permed... I ascend into Zoot and I do not know the skill. Am I...
  18. Veracity

    New Content - Implemented Rumpus Room change

    Turns out, that was a result of fixing the bug in recognizing we are still in a choice. Screwing Around in the swimming pool is a choice adventure. We didn't used to detect that correctly, and therefore leave handlingChoice at false. When I fixed the regexp that detected being in a choice, it...
  19. Veracity

    Bug - Fixed Carnivorous Potted Plant kills not being recognized?

    You could turn on debug logging before forcing a page reload. You can force that by clicking on the “last adventure” link in the charpane.
Back
Top