Search results

  1. BigVinnie

    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...
  2. BigVinnie

    PowerShell to Auto-Update KoLmafia

    Nice, that's even easier than my little CMD file!
  3. BigVinnie

    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...
  4. BigVinnie

    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...
  5. BigVinnie

    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)
  6. BigVinnie

    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...
  7. BigVinnie

    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.
  8. BigVinnie

    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...
  9. BigVinnie

    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...
  10. BigVinnie

    Bug - Fixed Mafia Auto Updater Broken

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

    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...
  12. BigVinnie

    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!
  13. BigVinnie

    Clear choiceAdventure Setting

    Sweet, thanks!
  14. BigVinnie

    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...
  15. BigVinnie

    BatBrain -- a central nervous system for consult scripts

    Sweet, I am so glad that you found it!
  16. BigVinnie

    BatBrain -- a central nervous system for consult scripts

    I have a bunch of permed DB skills, but they’re all non-combats. Dance II was my highest-level DB combat skill at the time. My loadout was: Daylight Shavings Helmet Paraffin Poncho Coat of Paint Curdflinger Familiar Scrapbook Loofah Lederhosen Combat Lover’s Locket Loofah Legwarmers Astral...
  17. BigVinnie

    BatBrain -- a central nervous system for consult scripts

    I'm back with a new ascension, and the error in my combat scripts has returned: [15] The "Fun" House Encounter: lemon-in-the-box Round 0: BigVinnie wins initiative! Round 1: BigVinnie executes a macro! Loading batfactors... ...batfactors loaded (2,419 factors in 16 categories). 1 HP costs 9μ. (...
  18. BigVinnie

    ZLib -- Zarqon's useful function library

    Ah, of course! I searched these forums and the Web, but I didn't think to check my own \KoLmafia\scripts folder. You are correct! Thank you again! I can do that. I have aftercore plans in The Sea, so it will be a while before I ascend again. When I do, I'll make a note to do as you've asked...
  19. BigVinnie

    ZLib -- Zarqon's useful function library

    Oh, I know I'm not crazy. :) All the same, I appreciate the validation. The error was all-too-real. I tried deleting the contents of my \KoLmafia\data folder to see if that would help. Morgan Freeman: "It did not help." Interesting that you had an issue with BatBrain. I thought about posting...
  20. BigVinnie

    ZLib -- Zarqon's useful function library

    As before, the above error magically disappeared on the second day after I ascended. Not quite sure what happened or why.
Back
Top