Recent content by Qualidus

  1. Q

    Bug - Fixed questG04Nemesis marked finished without finishing Nemesis quest

    Thanks for the quick response! I reported this one as it's definitely a bug instead of something that doesn't work as I'd expect (but could be intended to work that way). I noticed it when I was jumping into the gash and my expected instant karma count was off what I expected even though Guide...
  2. Q

    Bug - Fixed questG04Nemesis marked finished without finishing Nemesis quest

    It seems like the property questG04Nemesis is marked as finished if one of the class accessories is received. What seems to be missing is a check to if the item was received in combat. I had a kingLiberated script that pulled the relevant class item causing the property to get set to finished...
  3. Q

    Maximizing on speculated state and generation of 'optimal' solutions

    Is it possible to have the maximizer operate on a speculated state instead of my current one? For example, if I simulate a state using whatif, is there a flag I can pass to the maximizer that maximizes that state instead of my current one? I tried using the simulate parameter but that seems to...
  4. Q

    autoBasement.ash - Better basement automation

    As far as I can tell the script will always try to acquire a phial if enough of the following steps occur [steps correspond to autoBasement prints]: 1) Check if your max hp is sufficient to defeat the test [step 1] 2) After wearing your elemental resist outfit, check if your HP is enough to...
  5. Q

    Bug Scratch n' sniff sword quantity in inventory incorrect.

    Occurred again during my latest basement dive. Appears to be a problem with outfit switching and dual wielding. I was running Mafia v13750 when the error occurred and reproduced it on the latest version of Mafia, v13767 at the time. Steps to reproduce: 1) Define an outfit with the S&S sword...
  6. Q

    autoBasement.ash - Better basement automation

    The scratch 'n' sniff sword is a non-tradeable quest item so I don't think it's possible to tuck one away even if I wanted to try to dual-wield it. The closest form to available would be I do have other stickers in the inventory that could be perceived as being able to create a second one...
  7. Q

    Universal Recovery Script

    For the people encountering issues with it restoring from the inventory first in aftercore, do you allow any mall purchases at all? If UR is set to never purchase restoratives, it will not use its mallcore mode [either through Mafia or UR settings]. I had a multi that was running with this and...
  8. Q

    autoBasement.ash - Better basement automation

    I've been looking into some of the problems of overbuffing and have found a few interesting culprits. For some problems with elemental resistance tests, a "whatif quiet" needs to be performed after equipping the Elemental Resistance outfits. This is because elemental_damage uses speculated...
  9. Q

    Partially equipping an outfit if missing pieces?

    Is there a way to switch to a custom outfit if you're missing a piece of that outfit using either the outfit CLI/ASH commands or the Gear Changer? For example: I have a custom outfit defined that includes a LEW from a class that is not my current class. Trying to equip that outfit results in...
  10. Q

    Bug - Fixed Right Click Menu enhancements don't work with certain right click options enabled

    As part of RequestEditorKit.java, addChatFeatures attempts to add right click capabilities to to almost every page by injecting the actions list and including rcm.2.js. In rcm.2.js a check is made while building the list for actions of type 1 and 5 which are automatically added and then an else...
  11. Q

    Universal Recovery Script

    I had the same thing happen to me during my kittycore run. UR ended up using all my scented massage oils while healing during the skeleton key portion of the perplexing doors. I took a closer look at the code and think it's due to the catchall at the end of fullheal that attempts to use any...
  12. Q

    Bug KoLMafia thinks Big Brother isn't rescued

    This is my first time sea adventuring on this character and I'm at the Mer-kin Library. I used to be able to "make dolphin whistle" earlier in this run but that no longer seems to work. This is from version 12219. The errors I get are: > make 1 dolphin whistle That item cannot be created. >...
  13. Q

    Bug - Fixed Race condition between multiple matchers executing in parallel

    I dug a little further into the issue regarding the zlib example and that one doesn't seem to be caused by matchers but replace_string instead. Similar behavior is seen when running multiple replace_strings in parallel. This seems to be the root cause of the string corruption and relates...
  14. Q

    Bug - Fixed Race condition between multiple matchers executing in parallel

    Using the latest version of KoLMafia (15.9 r12000) on both Java7 and Java6 (1.6.0_43-b01), it seems that if two matchers are executing in parallel, unpredictable results can occur. The practical case where this is occurring is when a relay override script executes at the same time as a long...
Top