Recent content by fractalnavel

  1. F

    Bug - Fixed Divide by zero error eating quantum taco/ consuming Astral Energy Drink

    Thanks for the fix! My first clue that there was something wrong was today when my daily script tried to drink 196 Schrödinger's thermoses. It had been acquiring but failing to drink for that long. Near the end of the script, so missed by my inattention.
  2. F

    Bug - Fixed HP > 2^31 goes negative or zero; errors

    Related, so resurrecting, but more for the record: Passed 2^32 HP a while back, wasn't getting full HP restored, but I got lazy and didn't check into it until now. Appears to be that KoL itself limits current HP to that value (-1), while max HP can exceed it. Currently showing 4294967295 /...
  3. F

    Bug - Fixed Relay browser has a broken combat action bar.

    doh - ninja'ed! Thanks for the revert note.
  4. F

    Bug - Fixed r25831 - Debug Error when opening Relay Browser ("limitmode" is null)

    :) I thought for a moment that we had a new feature, started trying to figure out what it was before the realization hit.
  5. F

    Java 11 now required for KoLmafia, Java 17 recommended

    Thanks for the heads up about theme selection. I have been using default all along, so forgot all about that. Went to grab a copy of the last pre-Java update build, to compare UI, and - gone? Apparently builds are so frequent now that history is less than 24 hours? Or is this just transient...
  6. F

    Java 11 now required for KoLmafia, Java 17 recommended

    Had to change the .jar file association to get the adoptium option working. I don't use Java with anything else (knowingly, anyway). It's probably safe to uninstall the Oracle stuff, right? That would be a plus. edit: Window size / position got lost after the update. Font sizes are different...
  7. F

    New Content MONSTERID in fights.

    Yep, adding "while ( in_multi_fight() ) { run_combat(); }" at the end of the loop (inside) fixed it - thanks!
  8. F

    New Content MONSTERID in fights.

    Wups, that was a bad cut-paste on my part. Corrected: while(get_property("_witchessFights").to_int() < 5) {visit_url("campground.php?action=witchess");run_choice(1);visit_url("choice.php?option=1&pwd="+my_hash()+"&whichchoice=1182&piece=1936",false);run_combat();}run_combat(); I've gotten too...
  9. F

    New Content MONSTERID in fights.

    Got stuck in a loop when running the following to automate witchess. Had to manually abort to stop. Attached session log excerpt. Reverted to prior build, ran fine. while(get_property("_witchessFights").to_int() < 5)...
  10. F

    503s from ci.kolmafia.us

    Working now.
  11. F

    503s from ci.kolmafia.us

    503s again today. Happy solstice, everyone.
  12. F

    503s from ci.kolmafia.us

    FYI, haven't been able to get to the build server in a couple of days, it's throwing 503s.
Top