Search results

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