Recent content by c2t

  1. C

    Bug Preferences wiped while mafia running

    I do not currently have the ability to run from source. I cannot reproduce this consistently, but emptying storage is the one place where I know it has happened to me more than once, which is why I have been turning debug on before emptying storage and off right after for the last few months to...
  2. C

    Bug Preferences wiped while mafia running

    This might seem similar to the following thread, but I don't think that thread quite fits since it deals specifically with the preference files corrupting: https://kolmafia.us/threads/prefs-file-backup-restore-draft-pr.28887/ So after having my preferences wiped 3 times within just 2 weeks...
  3. C

    New Content Bat Wings, back item.

    rest upside down skill currently not working with use_skill(). It is a skill that only appears on skillz.php when the item is equipped, but even with the item equipped the function fails with: Could not find a known, usable skill of yours uniquely matching "1 Rest upside down"
  4. C

    c2t_megg -- mimic egg interfaces and relay overrides

    I assigned colors based on wanting to bring attention to ones that are not yet max donated or if there is some error. For everything else I figured getting out of the way and blending into those stat lines mafia adds to the combat was the way to go. I don't expect to make any changes to the...
  5. C

    c2t_megg -- mimic egg interfaces and relay overrides

    Thanks for letting me know. The combat relay override script should parse the Haiku Dungeon now.
  6. C

    Bug Finishing a CS run doesn't trigger "King Freed" script

    In case this might help, the attached is a debug log of doing the final service for CS, which is essentially just: visit_url('council.php'); visit_url('choice.php?pwd&whichchoice=1089&option=30',true,true); And then everything else except the Checking test 30... lines and the 2 visit_url()s in...
  7. C

    c2t_megg -- mimic egg interfaces and relay overrides

    Also, I have a separate relay override script that makes use of c2t_megg to modify the fight page to show the status of mimic egg donations to the Mimic DNA Bank of the monster you are fighting. It's not as simple as just installing it and it working, especially if you have some other script...
  8. C

    c2t_megg -- mimic egg interfaces and relay overrides

    c2t_megg adds various functions and commands for mimic eggs from the chest mimic. It also contains relay override scripts that will modify the "Mimic DNA Bank" and "Differentiate this Egg" pages to make the drop-down menus searchable, and disables donating eggs that it knows are already...
  9. C

    Bug - Fixed breakfast causing out of memory and other errors on r27762

    breakfast has been giving me out of memory errors and other oddities, but only on r27762. When I run breakfast, mafia starts filling all the memory allocated to it (16GB allocated in my case) in well under a minute, and mafia also gets to more than 90% CPU usage and stays there, affecting the...
  10. C

    Bug Mafia setting `timesRested` to 0 on login

    As far as rest free taking turns or not: while (total_free_rests() > get_property("timesRested").to_int() && get_property("_cinchUsed").to_int() > 40) { cli_execute("rest free"); } caused turns to be used: [174] Rest in your...
  11. C

    Bug Mafia setting `timesRested` to 0 on login

    Mafia has been doing this the last few days for me. Generally I stop at the same point every day and close mafia. When I start it back up later, I've discovered it has been setting timesRested to 0. This has been causing some rest frees to take turns for me, because the tracking preference for...
  12. C

    New Content Perpetrate Mild Evil

    It seems like it's tracked by mafia in combat, but not always. The property was updated only once out of the three uses for me: Round 16: Zdrvst casts PERPETRATE MILD EVIL! Round 17: shadow slab takes 4 damage. You acquire an item: shadow brick Round 17: Zdrvst casts PERPETRATE MILD EVIL! You...
  13. C

    New Content 2002 Mr. Store

    Using the 2002 Mr. Store Catalog doesn't seem to update the number of credits available: > ash use($item[2002 mr. store catalog]) Using 1 2002 Mr. Store Catalog... Preference _2002MrStoreCreditsCollected changed from false to true Finished using 1 2002 Mr. Store Catalog. Returned...
  14. C

    Bug semi-colons in maximizer strings

    With replica items now existing, it has become necessary to put full names of certain items into the maximizer in order for the maximizer to not fail and equip "random" stuff instead of what is intended. However, some of the names that require their full name in the maximizer contain...
  15. C

    Feature - Implemented Prefs file backup/restore Draft PR

    It's funny one should mention to make a script to backup preferences and such, because I had done that. My preferences wiping happened to me very frequently when I was on a bad Internet connection and using a computer with failing hardware. And I did make a perl script at the time to not only...
Back
Top