Search results

  1. fronobulax

    My personal Meat farming script

    I deleted and reinstalled and the "error" disappeared. I have no clue why but accept that whatever it was, it was my problem.
  2. fronobulax

    Bug - Not A Bug Monster ID and Fax

    My limited experiments showed that if I typed <command> in chat nothing happened, but if I edited the command before sending so that the bracketed monster ID portion was no longer part of what was sent in chat, the fax arrived.
  3. fronobulax

    My personal Meat farming script

    I don't recall specifically what I did. I think I uninstalled the SVN version - either via KoLmafia, manually deleting files or both. I then reinstalled from the Scripts menu. I'll just uninstall and reinstall. I wondered if it was on your end because some of other scripts had problems...
  4. fronobulax

    My personal Meat farming script

    When mafia goes to update scripts I get this Updating project Veracity0-meat-farm Pull Failed to update project Veracity0-meat-farm: org.eclipse.jgit.api.errors.NoHeadException: Cannot check out from unborn branch I can certainly uninstall and reinstall but this "feels" like a configuration...
  5. fronobulax

    My personal Meat farming script

    See https://kolmafia.us/threads/monster-id-and-fax.29736/#post-174772 which is when I "discovered" EasyFax doesn't. I may have mentioned it elsewhere including someplace where I wondered about removing EasyFax (and CheeseFax) because they effectively weren't working. No one seemed to like...
  6. fronobulax

    Bug - Fixed Incorrect encounter label in Haiku Dungeon

    Seems to have been fixed based on spending one adventure :-)
  7. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    The test above is in https://github.com/kolmafia/kolmafia/pull/2471 and it passes after the Mutex fix. I am still trying to apply lessons learned from the current thread to other tests in 2471 but if anyone wants to review it that would be fine.
  8. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    OK. I think the thing that was different from what I expected was that (in some sense) the test was "change, or not, acc1". I have seen cases (not necessarily in tests) where the maximizer does change the slot of an accessory even though the score is not effected, so I would tend to write a...
  9. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    Thank you. What I am missing then is how something(?) decides that "equip acc1" is not the same as as recommending something for ACCESSORY1. Is there a (KoLmafia) semantic that I am misunderstanding that says emitting a command to equip something does not imply that the Maximizer recommended it?
  10. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    I added it to https://github.com/kolmafia/kolmafia/pull/2471/files# in hopes that my non-failing maximizer tests might get some more eyeballs. :-) The line assertThat(getBoosts(), not(hasItem(recommendsSlot(Slot.ACCESSORY1)))); generated an error Expected: not a collection containing slot...
  11. fronobulax

    Bug - Cannot Reproduce Familiar items not automatically taken from other familiars

    I can't look myself at the moment but I think there is either a KoL or a KolMafia checkbox (or preference) which allows equipment to be taken from other familiars. What you describe is expected behavior for one state.
  12. fronobulax

    Proposal: Require Java 21

    Tests that use the resetting client require infrastructure that I just have not convinced myself I understand enough to create. Since the resetting client was created to address a problem that is, or will be fixed, in Java 21 I have been toying with ripping it out. But if GOAWAY is still a...
  13. fronobulax

    Bug - Not A Bug I can't open any .jar files after r25707 [Java 8 no longer works with Mafia]

    I assume no longer comes up means you don't see the mafia GUI. You might try running from a command window. mafia detects some errors on startup but they are never logged except to the screen. So opening a window and running from it will display any start up errors. How do you start mafia...
  14. fronobulax

    Bug - Fixed trackedMonsters resets on login

    To the extent that my opinion is solicited and informed I vote for this. Single source of truth is almost always the better implementation. I also admit my antipathy towards static because it is one more thing that might possibly leak across tests.
  15. fronobulax

    Bug Incorrect monster parsed from fax.

    Well it happened today with CannonFire40's butt which is what OnlyFax offered up for someone else's butt :-) I guess maybe I need to find some time to get the debugger out...
  16. fronobulax

    Bug Maximizer suggests breaking Slimesuit for a worse result.

    Tried to write a failing test to replicate this. Test doesn't fail. Added it to https://github.com/kolmafia/kolmafia/pull/2471 because if someone can help me figure out why my test doesn't replicate the situation it may help me elsewhere and may point to an area in the Maximizer to be...
  17. fronobulax

    Bug Incorrect monster parsed from fax.

    I have seen the following in my session log several times. Fighting the copy shows a fight with Irrat's butt, as expected, so it is likely that this is just a parsing error. "You receive a photocopied spooky vampire from the fax machine." gets the monster from the preference photocopyMonster...
  18. fronobulax

    Bug - Fixed Incorrect encounter label in Haiku Dungeon

    From my session log. Happened on every encounter that was not a choice.
  19. fronobulax

    KGBriefcase

    A couple of years ago GitHub said they were deprecating support for accessing GitHub repos via SVN. About a year ago they just stopped supporting the feature. The ScriptManager entry for Briefcase includes so I would expect Script Manager will do the right thing. My guess is that the SVN...
  20. fronobulax

    autoscend - a sl_ascend fork/continuation

    Autoascend is not the best tool for meat farming. If you are trying to do a run and not run out of meat I have had the best results with not allowing it to restore MP or HP. That said, I still have to do some things manually. If you are meat farming Veracity's Meat Farming does well and won't...
Back
Top