Search results

  1. B

    trivialskills: Automate casting the "trivial" skills

    I've incorporated everyone's suggestions except relying on Mafia's MP restore: I thought about that, but I want to keep the check. If it were my script and character, I wouldn't want to burn expensive consumables to cast a bunch of 1MP buffs. Folks can always use the MP restorers ahead of...
  2. B

    trivialskills: Automate casting the "trivial" skills

    Thanks for the feedback, folks! 😁 @MCroft I thought about the permed skills problem last night. What if someone wants to use the script but only has one (or two, or whatever) of the trivial skills instead of all of them? I think I'll modify the script to detect which trivial skills you have...
  3. B

    trivialskills: Automate casting the "trivial" skills

    What Is This? I wrote a simple script to automate casting the so-called trivial skills an arbitrary number of times. These skills are the starting buffs for each class, 1 MP for 5 adventures of a weak buff. I HC-permed all of these skills to claim the trophy. They're not awesome, but they are...
  4. B

    BatBrain -- a central nervous system for consult scripts

    Thank you, @zarqon ! 🎉
  5. B

    BatBrain -- a central nervous system for consult scripts

    I noticed that too. :( I fixed my copy of BatBrain by replacing every instance of "rng" found in lines 427-430 with "rang" instead. It's hacky, but it seems to work.
  6. B

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

    We have several versions of Java 21 available nowadays. Which one are you running? FWIW, I'm running the Microsoft build of Java 21 on Windows 11 Pro. I have no problems with running mafia: PowerShell 7.4.6 PS C:\Scripts> java --version openjdk 21.0.4 2024-07-16 LTS OpenJDK Runtime Environment...
  7. B

    PowerShell to Auto-Update KoLmafia

    Nice, that's even easier than my little CMD file!
  8. B

    PowerShell to Auto-Update KoLmafia

    That'll work. For maximum lazin... convenience, you can also use a CMD file. Just create another text file in the same folder. Paste the following contents into it: @echo off %windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1'" Then rename the...
  9. B

    A few possible ideas for new challenge paths

    I like those ideas, but I'm not sure that you're posting them in the right place. KoLmafia is an unofficial Java-based client for the Kingdom of Loathing (KoL), and these are the KoLmafia forums. The KoL staff might or might not visit these forums. I honestly don't know. 🤷‍♂️ You might get more...
  10. B

    Support for Java 21 (new LTS)?

    FWIW, I'm using the Microsoft build of OpenJDK 21.0.4 LTS to run KoLmafia on Windows 11. Seems to be fine. (y)
  11. B

    PowerShell to Auto-Update KoLmafia

    So that bit of inefficiency always bugged me, but I wasn't sufficiently motivated to fix it. Your public shaming (;)) gave me that missing motivation. The code in the original post now checks to see if you already have the current version and won't waste time downloading a duplicate. Thanks for...
  12. B

    PowerShell to Auto-Update KoLmafia

    Ooh, nice improvement! Thanks for the suggestion. Thanks also for mentioning the PowerShell execution policy. I tend to forget them because I set mine long ago, but they are certainly a thing. I'll add a note to the original post if I can.
  13. B

    Automatically download the newest daily build

    Like fronobulax mentioned, the move to GitHub seems to have broken this auto-updater. I also used it, and I was sad when it stopped working. So I wrote a PowerShell script that serves the same purpose: https://kolmafia.us/threads/powershell-to-auto-update-kolmafia.29816/ I know, it isn't an...
  14. B

    New Content Inventory not sync'd after pull all

    My experience is the same as xKiv. When I break the prism and "pull all," KoLmafia always takes longer than expected. It's been that way for at least a year now. I don't think it's new behavior. For my part, I always logout of KoLmafia and logon again after I break the prism and grab all my...
  15. B

    Bug - Fixed Mafia Auto Updater Broken

    I posted a PowerShell auto-update script here: https://kolmafia.us/threads/powershell-to-auto-update-kolmafia.29816/
  16. B

    PowerShell to Auto-Update KoLmafia

    As you may know, the recent move to deprecate Jenkins has broken some auto-updaters. I can't find any Windows auto-updaters that work on my (Windows 11) system. I'm a systems engineer and PowerShell fanboy in "real life," so I decided to explore the possibilities of a PowerShell script. I found...
  17. B

    Feature - Implemented Relogging to improve ping

    I have to say that I like this solution, and I am very grateful to the KoLMafia dev team for implementing it. The first best outcome would be for TPTB to fix it server-side. Until then, the Mafia fix is an excellent workaround. A hearty thank you to everyone involved!
  18. B

    Clear choiceAdventure Setting

    Sweet, thanks!
  19. B

    Clear choiceAdventure Setting

    I've hardcoded a number of choice adventures, such as most of the June Cleaver stuff, in order to streamline my auto-adventuring. But now I want to undo one of the choice adventures I set. How do I clear a choice adventure setting so that KoLMafia will go back to the default setting and force me...
  20. B

    BatBrain -- a central nervous system for consult scripts

    Sweet, I am so glad that you found it!
Back
Top