Recent content by fronobulax

  1. fronobulax

    Bug Monster ID and Fax

    Yep. As near as I can reconstruct the monster ID was not in easyfax.xml until after the KoLmafia change. The commit messages refer to an automated update so it would appear that the process making the update was not expecting the change.
  2. fronobulax

    Bug Monster ID and Fax

    Using the GUI I ask easyfax for a Knob Goblin Embezzler. It lists the monster as "Knob Goblin Embezzler<!-- monsterid: 530 --> [Knob Goblin Embezzler&lt;!-- monsterid: 530 --&gt;]" in the GUI, asks, and then times out. I expected a faxed monster. The chat window shows After it times out I...
  3. fronobulax

    JAR File will not double click -

    Windows 10 or 11, not that I will change my suggestions because of the answer. I'm using Oracle's Java so our paths won't agree but I do wonder about your installation ending with "jdk-17.0.11.9-hotspot" but your open command having "jdk-17.0.11+9" and not "jdk-17.0.11.9-hotspot"...
  4. fronobulax

    JSON

    Thank you. I wasn't trying to be literal with "API" but just using vocabulary that suggested an agreement between a provider and a consumer. I guess using quotes did not suggest that the way I hoped it would. When gausie first put Museum online we discussed whether it was going to be a...
  5. fronobulax

    JSON

    Thank you. That worked. I will express my frustration with an "API" that changes without notice and my inability to figure that out and respond. But that's all on me because I am not entitled to anything. I would still appreciate a pointer to something in JS so that the next time this kind...
  6. fronobulax

    Bug _lastCombatWon being set to False at Round 1 while still in Combat

    Unrelated to your question does autoscend "support" WereProfessor? In my case "support" means do what it can and clearly tell me what it cannot do and then stop cleanly so I can do that thing manually and restart. Thanks.
  7. fronobulax

    JSON

    @gausie - the JSON at Museum is not working and hasn't been for a while. I get "{"message":"Unexpected Server Error"}". Anyone: let kolmafia = require("kolmafia"); let results = {}; let playerId = kolmafia.myId(); let playerName = kolmafia.myName(); let url =...
  8. fronobulax

    Manuel Progress (the relay version)

    Since I like the GUI presentation I have to ask if there is a planned update to recognize and group WereProfessor monsters similar to other paths? Thanks.
  9. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Still no viable test case where a weapon is selected but not equipped. I still poke at things once in a while but since I'm not running autoscend a lot I don't get reminded that there is still a concern as often as I perhaps should. My project to make a MiniMaximzer that only considered on...
  10. fronobulax

    Excavator - gausie's spading script

    My logout script has the following because the previous iteration of Excavator would not automagically submit spading data. if (get_property("spadingData") != ""){ cli_execute("try; ash import excavator; flush_spading_data()"); } Do I still have to submit data (manually or via script) or...
  11. fronobulax

    New Content Feb 2024 Challenge Path - Were Professor

    I have equipped outfits as a Prof. If one or more items cannot be equipped because of stats there is an error message but elements of the outfit that are not subject to stat checks do get equipped.
  12. fronobulax

    Excavator - gausie's spading script

    Several of my observations were based upon the state of the repository (and what was actually checked out via KoLmafia) and that changed significantly with the most recent update. I still had to uninstall, delete some residue and reinstall but the state of what is on my machine makes a bit more...
  13. fronobulax

    New Content Feb 2024 Challenge Path - Were Professor

    Is anyone thinking about a way to manage equipping outfits as the Professor? I'm thinking of cases where KoLmafia will switch something to visit a NPC or location as well as just trying to equip an outfit via script or relay browser or KoLmafia. I sort of looked and I think everything goes to...
  14. fronobulax

    Excavator - gausie's spading script

    I had figured out that TypeScript was compiled into JavaScript which KoLmafia can execute but since the files in the git repository are TypeScript I was not sure at which point the compilation actually occurred. Thanks.
  15. fronobulax

    Excavator - gausie's spading script

    Random, bordering on philosophical, comments that might be of interest. I needed local changes to excavator because the project list was static and embedded in code. If excavator had augmented its own list of projects with entries from a user controlled file then I could have managed my...
Top