Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. C

    Feature Removing or changing preferences in the future

    It is almost as if people might use properties in ways you may not be able to imagine, so that can be added to the pile of reasons why the greater community should be informed when user-facing properties are changed or removed.
  10. C

    Feature Removing or changing preferences in the future

    I would not say they are entirely obsolete. shadowRiftTotalTurns was a superior version of _shadowRiftCombats, simply because it does not reset on rollover. But the worst version of the two remains. Personally, I was using shadowRiftTotalTurns in particular to track NC-force things in the...
  11. C

    Feature Removing or changing preferences in the future

    Sure. What bothered me: shadowRiftLastNC and shadowRiftTotalTurns preferences were removed from mafia use without a mention anywhere, least of all in the commit summary. What I would have wished would happen instead: mention of their removal in the commit summary the very least to let people...
  12. C

    Feature Removing or changing preferences in the future

    If preferences that people could be using are going to be changed or removed in the future, at least give people a heads up in the commit summary. It is the very least one could do. I do not appreciate having to waste a bunch of time trying to figure out why my scripts are behaving so...
  13. C

    Bug - Fixed Can't adventure in PirateRealm Island

    I'm not sure either. I don't see anything immediately obvious about islands being split recently (however, I don't know if I'm only seeing some or all the changes when looking on github), though the locations for many of the islands do exist in mafia apparently. But even so, every island is the...
  14. C

    Bug - Fixed Can't adventure in PirateRealm Island

    Setting up piraterealm in r27315: place.php?whichplace=realm_pirate&action=pr_port You acquire an item: PirateRealm eyepatch equip acc3 PirateRealm eyepatch place.php?whichplace=realm_pirate&action=pr_port Preference lastEncounter changed from Configure Your Unbreakable Umbrella to Welcome to...
  15. C

    Bug - Fixed Can't adventure in PirateRealm Island

    Wow, you were lucky to get that far. I can't even adventure in the PirateRealm Seas straight out of Port Beginning anymore after jumping from r27304 to r27315. All I get is That area is not available. Edit: no specific steps needed to reproduce. Adventuring anywhere (via adv1()) in PirateRealm...
  16. C

    Bug Failed to equip familiar equipment

    Still happening in r26564, r26572, r26576, and r26587: > grep -rl "at c2t_hccs_fights (c2t_hccs.ash:1751)" [Zz]drvst_2022*.txt Zdrvst_20220713.txt Zdrvst_20220714.txt Zdrvst_20220715.txt Zdrvst_20220716.txt Zdrvst_20220717.txt Zdrvst_20220718.txt Zdrvst_20220720.txt The only reason it didn't...
  17. C

    Bug Failed to equip familiar equipment

    I've been getting this consistently lately, and it only started within the last couple weeks at most. My own script where this comes up once a day in the exact same spot every time. It uses the maximizer to equip everything. Attached is just one log of it happening, though every log I have of...
  18. C

    Bug - Fixed Maximizer calls no longer storing or recalling previous-used inputs (r26560, r26561)

    In both r26560 and r26561 the maximizer is no longer storing or recalling previously called inputs. It works fine with r26558 and before. I have not tried with r26559. maximizerMRUList is modified whenever the maximizer is called in r26558 and previous versions with whatever string was used for...
  19. C

    Bug - Fixed r26329: camelSpit not updating at end of combat

    Related, probably: mafia does not seem to recognise camel spit use anymore. r26328: Round 2: You lose 1 hit point Round 2: Zdrvst casts METEOR SHOWER! You acquire an effect: Meteor Showered (1) Round 3: You lose 1 hit point Preference _meteorShowerUses changed from 1 to 2 Round 3: Zdrvst casts...
  20. C

    Bug - Fixed Sometimes unable to buy limited items from Underground Fireworks Shop

    I mentioned the ASS discord because it was several months before I made an account here. Katarn (the OP) was even one to reply when I had brought it up at the time. So it's not all about you. Also, I resisted making an account here for a long time because making throwaway accounts on every...
Top