Recent content by BigVinnie

  1. BigVinnie

    BatBrain -- a central nervous system for consult scripts

    Have you tried WHAM? I use it regularly, and there aren't many monsters that cause it to abort.
  2. BigVinnie

    PowerShell to Auto-Update KoLmafia

    I learned a little trick to speed up downloading files in PowerShell. I applied that fix to the script, and it's much faster now. I also added comments (for documentation) and more error handling, because That's What Real Programmers Do. 👔
  3. BigVinnie

    Daily Dungeon button (ring of detect boring doors)

    I'm pretty sure that the Daily Dungeon button just starts adventuring in the Dungeon. In the gCLI, it would be: adv * daily dungeon For your script, it might be something like: adventure(0 , $location[daily dungeon]); I could have the ASH syntax wrong, so please fiddle with it until it works...
  4. BigVinnie

    New Content - Implemented Archaeologist's Spade

    It took me a minute to figure out how to do a choiceAdventureScript, but it works perfectly. Thanks, @adeyke!
  5. BigVinnie

    New Content - Implemented Archaeologist's Spade

    Maybe I'm dumb, but I can't figure out how to use "ranked" choice adventure preferences. I used the gCLI to: set choiceAdventure1596 = 2 Then, I type: use arch spade And I get this: Is there any way to tell Mafia that my choice is 2 until I've used all my digs, and then switch the choice to 4?
  6. BigVinnie

    New Content - Implemented Archaeologist's Spade

    Do we have a way to use the Spade via gCLI?
  7. BigVinnie

    Script Aborts at Holiday Monsters

    Hey, welcome to Mafia! Please forgive me if you already knew this, but you can use scripts written by others. You don't have to know ASH scripting to use Mafia. For example, check out some of the options available in the Custom Combat Settings forum. Personally, I use WHAM as my combat script...
  8. BigVinnie

    Selling to The HMS Bounty Hunter

    Ooh, that works too! (y)
  9. BigVinnie

    Selling to The HMS Bounty Hunter

    Your version is a great start, but it includes your private IP address. That won't work for anyone except you unless they have the same network configuration. I tweaked your script to use the localhost IP (which should work for everyone) and include the burnt phalanges. void main() {...
  10. BigVinnie

    New Content - Implemented Skeleton of Crimbo Past

    Lovely script! I am using it and am quite pleased. Thanks for sharing!
  11. BigVinnie

    PowerShell to Auto-Update KoLmafia

    A recent security update to PowerShell required me to add some syntax to my script. The version in the first post has been updated and tested. It works for me. Please let me know if it doesn't work for you! If you're curious, here's an article about the update...
  12. BigVinnie

    Bug - Not A Bug Flooded area stops mafia from running combat

    FWIW, I'm spending one more day in Aftercore before starting a new run. I used my Decadent to flood the Sloppy Seconds Diner, and Mafia is auto-adventuring there just fine. Yesterday, I did the same thing in the Haunted Library to build up my Monodent to a Decadent. I do have "excavator"...
  13. BigVinnie

    Recent problems with batfellow.ash

    Cheesecookie's script appears to be here: https://svn.code.sf.net/p/ccascend/code/batfellow/scripts/batfellow.ash I don't have Batfellow comics, so I don't use the script or even know if it works. I'm just passing it along in case you find it helpful. With that said, @infopowerbroker has a post...
  14. BigVinnie

    Script Registry -- for script authors; track your script usage

    The server's SSL certificate expired on Friday, June 27, 2025. Whoever owns that site (such as @zarqon ?) should renew it.
  15. BigVinnie

    trivialskills: Automate casting the "trivial" skills

    Thanks for the tip! I'll take a look at it, but not right now. My day job is currently demanding more of my time. I think the script is in a good state with the latest revision. Concerning the inventory checkpoints, I poked around in the gCLI and figured out how to use them. Thanks for that...
Back
Top