Search results

  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.
  13. F

    Bug - Not A Bug Undefinded function with recent mafia builds

    So I guess that applies to "Function 'string_to_int( string )' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. (auto_mushroom.ash, line 482)" as well. Looks like the mushroom plot script generator still uses that function. As for auto_mushroom...
  14. F

    Feature - Implemented Varargs in ASH

    I just ran into this with 19888, rolled back to 19886, works.
  15. F

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

    Everything went smoothly today. Retried "your own black heart", works as it should. Meat: I was under the impression KoL only allowed maxint meat on hand. <checks wiki> Ok, that would be 2^32, apparently independently determined for inventory, closet, storage (speculating, it's not explicitly...
  16. F

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

    Ooohh, shiny :-) I see max HP 2,727,798,026 and max MP 2,152,494,654 in the left pane. Unfortunately, I checked this thread after I did all my dailies (and overdrank), will have to wait until tomorrow for a full run through. CHIT working nicely now. No more error messages. Trying a full...
Top