Recent content by Crowther

  1. Crowther

    Bug maximize 4 clownosity always fails now

    Yeah, I believe it does work without a weight. I planned to mention maybe just a documentation change, but I forgot. EDIT: I'm not sure it is right. You never need more than 100% Clownosity and "maximize clownosity now gives 375%, but I don't remember what it did before. Raveosity hits 11...
  2. Crowther

    Bug maximize 4 clownosity always fails now

    A couple weeks ago my nemesis script started aborting while trying to dress for Beelzebozo. Doing "maximize 4 clownosity" used to only fail if you couldn't get to 100%. Now it fails even with 375% clownosity. I'm not sure what revision caused this change. I ascended DB and when I do...
  3. Crowther

    TheSea.ash - Automated Underwater Quests

    That's cool! I skimmed the readme, but should have searched for "aftercore".
  4. Crowther

    TheSea.ash - Automated Underwater Quests

    I'm usually wrong when I correct people, but isn't that script for the 11,037 Leagues Under the Sea Challenge Path and this script is for the aftercore sea quest? They are very similar, but have some significant divergences.
  5. Crowther

    Bug - Fixed Changes to URL handling in KoL broke KoLmafia

    People in my clan are saying r29223 fixed things.
  6. Crowther

    New Content Interesting Coins

    Ha! Of course there is and of course I missed it!
  7. Crowther

    New Content Interesting Coins

    You'll get also four back even if you had less. I think the usual, are you sure you want to ascend without spending all your coins, could be nice. I've done it multiple times already.
  8. Crowther

    string question

    I get a bit confused about how this works too, but I was able to get the \" version to work in a case section if I used entity_decode() in the switch part.
  9. Crowther

    New Content Monster Manuel updates

    I also get which seems silly to me, since they appear to match. It might be an encoding thing.
  10. Crowther

    Bug - Fixed maximizerMList does not correctly handle changes to maximizerMRUSize

    This has been problem for a while. Found it!
  11. Crowther

    ManageStore and CFStat - Weed out your store

    Alright, I got this far: void main() { string expr = "unitPrice\":\\{\"__decimal__\":\"(\\d+)"; item i = $item[mr. accessory]; string page = visit_url("https://pricegun.loathers.net/api/" + to_int(i)); matcher m = create_matcher(expr, page); find(m)...
  12. Crowther

    Redirect Issue

    It would be nice to have a CFStat that works with the new marketplace, but I couldn't figure it out.
  13. Crowther

    New Content Support Adventurer Meats World

    You can walk away from the campground choices.
  14. Crowther

    Feature Identify combats from NCs

    Someone who knows better will have to clarify or verify, but I think fights which come from non-combats don't work right with those skills, because they aren't in a location and mafia's get_location() function should reflect that.
  15. Crowther

    New Content Mobius Ring - Additional Prefs

    You can do "set choiceAdventure1562 = xxx". You'll have to figure out what number to use for the choice you want.
Back
Top