Search results

  1. Veracity

    Proposal: Require Java 21

    I get a warning on my terminal window with Java 21 on my Mac (macOS Sonoma 14.6.1), but everything seems to work the same as it ever was. (Once in a lifetime, water flowing underground.) $ java -jar dist/KoLmafia-28139-M.jar KoLmafia r28139-M Build main-981b593-M 21.0.5 (Eclipse Adoptium...
  2. Veracity

    Feature Familiar Tags

    Yes. We can always add more tags later, as they are discovered.
  3. Veracity

    Scripting "chat with Burly Bodyguard"

    Since visiting main.php?talktobg=1 leaves you in choice 1532, instead of visit_url("choice.php?whichchoice=1532&option=1&bgid="+mid,true); you could probably do run_choice(1, "bgid=" + mid)
  4. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    I am very sorry to hear this. Assuming I am part of the contentious discussion, it was not ever my intent to discourage you, and I apologize for any of my behavior that had that effect. I'm sorry.
  5. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    I read the PR comments for this commit. This PR creates the endpoint that that library will use. And what is the "endpoint"? Requests to the endpoint take two parameters, body and pwd. pwd needs to match the password hash. body is a JSON object like the following: OK. I can use to_json() to...
  6. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Regarding user visible features, my own practice is: 1) Often - but not always - write a Feature Request on this forum describing what I intend If so, read comments and suggestions and engage in discussion. 2) Implement it and open a PR. In the PR, the initial comment documents the user visible...
  7. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    My new policy: For all new feature request PRs, if there is not a kolmafia.us thread explaining exactly what the desired feature is, how it will be implemented, and providing detailed documentation of the new API (RuntimeLibrary, textui/command/*, whatever), as well as complete tests, I will...
  8. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Still waiting for a response. I see that textui/Datatypes.java has been modified. Can you provide some documentation about how scripters will be able to use this? Core changes to KolMafia need to be announced - and documented - here. Whether or not they were discussed on another forum is...
  9. Veracity

    Support for Java 21 (new LTS)?

    OK. I will try upgrading right away and try it for a month. What could go wrong? ;)
  10. Veracity

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    I have an ASH script which manipulates JSON. How do I use this? Can you update the Kolmafia Wiki, please? Thanks!
  11. Veracity

    New Content Clan Photobooth

    cheap plastic pipeBaron von Ratsworth oversized monocle on a stickPeanut giant bow tieThe Clownlord Beelzebozo feather boadrippy reveler Sheriff badgeMayor Ghost Sheriff pistolDeputy Nick Soames & Earl Sheriff moustacheChester Wow.
  12. Veracity

    missingManuel.ash - Yet Another Manuel Script!

    The comment says this: The review mentions this discord comment from cannonfire40: https://discord.com/channels/466605739838930955/581155825385472001/1086455535680884827 with this image: So, devs can see these, but there is no way to get these factoids, alas.
  13. Veracity

    New Content - Implemented Cookbookbat is Undead (at least for ZS)

    Since this appears to be a KoL change, it is New Content.
  14. Veracity

    Bug 2 Turns Tracked for 1 Turn Spent

    The other ones are safe. That one contains your encrypted (but easily decrypted) passwords. We should probably post a warning about this. Or even, if fewyn says it is possible, prevent uploading a file with that name. Your local (per-character) preferences are much more likely to have something...
  15. Veracity

    Bug 2 Turns Tracked for 1 Turn Spent

    I deleted GLOBAL_prefs.txt. Do not ever post that file.
  16. Veracity

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    Everything in defaults.txt that starts with “_” resets every day.
  17. Veracity

    New Content Path Avant Guard

    Are there new monsters (factoids)?
  18. Veracity

    Bug Meat amount is not detected

    The refresh button calls api.php. The refresh command does not. I'd looked at ApiRequest and CharPaneRequest, but not CharSheetRequest. Good catch.
  19. Veracity

    Bug Meat amount is not detected

    We parse Meat as a "long" from api.php. Have you tried pressing the "refresh" button at the bottom of the Compact Side Pane?
Back
Top