Recent content by Kasekopf

  1. K

    New Content - Implemented Protestor Tracking for the Candy Cane Sword Cane

    I meant to post earlier, I confirmed this works well now as of 27727. Thanks! :)
  2. K

    Bug Enabling "Show old form with Combat Action Bar" breaks end-of-fight tracking

    Recently I was tracking down a strange bug where mafia was detecting that a fight was over at the very beginning of the fight (and returning from an adv1 call), without actually finishing the fight. I was finally able to repro it myself by checking both "Enable Combat Action Bar" and...
  3. K

    New Content - Implemented Protestor Tracking for the Candy Cane Sword Cane

    Whoops, sorry. This time for sure.
  4. K

    New Content - Implemented Protestor Tracking for the Candy Cane Sword Cane

    Mafia does not track protestors that were cleared with the new candy cane sword cane option at A Mob of Zepplin Protestors. My guess is that this is because the options results in a slightly different message: HTML: The full page html is attached.
  5. K

    Bug eat() no longer works in Grey You

    In Grey You, you can eat food to gain +2 max HP and drink booze to gain +2 max MP (once per unique item). I have a script that was calling eat() in order to eat items during the run. This seemed to be working fine in r26982; an eat message appears in the session log, and the item disappears from...
  6. K

    Bug - Fixed Doghouse Adventures not setting lastEncounter

    Thanks! I confirmed in r26949 that this seems to be fixed.
  7. K

    Bug - Fixed Doghouse Adventures not setting lastEncounter

    As of r26913, it looks like the Hallowiener Dog adventures are no longer changing the lastEncounter preference. I confirmed that the preference *is* getting changed in r26912: I have also attached a debug log of the choice adventure, if that helps. I looked at my log and didn't notice any...
  8. K

    Bug Fight Loop?

    Just to add some help understanding my script-specific log outputs, deMorphine is fighting a rampaging adding machine with CCS file and autoattack: Mafia appears to go into an infinite loop when parsing the fight request. This is probably caused by the fact that BALLS macros don't work...
  9. K

    Bug - Fixed Evil Eyes Not Being Tracked

    Looking back in my own session logs, I see one of two possible reasons: The tracking stopped working when I started pulling gravy boat. So maybe the parsing of the gravy boat message messes with this. Looking at the dates on the old mafia revisions I've used, the tracking seemed to work in...
  10. K

    New Content Grey You Challenge Path

    Thanks for the changes! It looks like the maximizer is correctly not using +HP% effects and +muscle effects now for HP, and so "maximize HP" appears to equip the optimal things. However, I noticed the "Current score" when maximizing HP is a bit odd. It seems to double count the bonuses from the...
  11. K

    New Content Grey You Challenge Path

    No, your base HP is completely disconnected from your base Muscle (and MP is disconnected from Myst). Your HP/MP start at 5/5 at the beginning of the run (+up to 33 each from path progression), and then increase by killing specific monsters or by absorbing food/drink/spleen items.
  12. K

    New Content Grey You Challenge Path

    Another thing about this path is that HP is computed in a weird way. In particular, +muscle and +%HP equipment/effects do not increase your HP in a Grey You run. On the other hand, flat +HP equipment/effects do increase your HP. For example: The same is true for MP: The maximizer doesn't...
  13. K

    Bug - Fixed Orb Pondering Prefix Trimming

    I noticed that pondering the crystal ball sometimes doesn't always trim the prefix from the monster name. For example, pondering the orb after a Big Wheelin' Twins prediction leads to: That is, the monster was correctly parsed as "Big Wheelin' Twins" during the adventure that predicted it. But...
Top