Search results

  1. S

    Timeout during TPS drink creation causing script abort

    Hello, I have a daily script that involves crafting TPS drinks. At times, during the creation of the drinks, I get a page timeout, and the script is aborted. Goes like this - - create 1 skewered cherry - timeout waiting for the response page - the skewered cherry is created, but mafia doesn't...
  2. S

    Problem with .bat files calling scripts

    [EDIT]I solved the sell_item() problem. So guys, I can't seem to run mafia from a .bat file as I did before. I have a name.bat @echo off java -jar KoLmafia-11.2.jar --CLI script=scripts\name.txt then a name.txt login name call scripts\test.ash exit and then test.ash in the scripts folder. Mafia...
  3. S

    Echoing an empty line

    I'm running KoLmafia from the command line, and during the script execution I'd like to print some empty lines. cli_execute("echo"); cli_execute("echo "); cli_execute("echo."); cli_execute("echo ."); Either of this won't work or won't produce what I want. Is there any other way?
  4. S

    My new custom meatfarming script.

    Hello, this is my latest turn-burning script. Just wanted to share it with other users to know if there were possible optimizations. Basically, this script will farm the Giant Castle for half your daily adventures, then the PFA for the remaining half. It's optimized for a muscle class character...
  5. S

    take_stash() problem

    I just upgraded to 9.2, and my script is broken... One of my multis is in a clan that has a TPS in the stash, with the policy of immediately putting it back in after using it. So I use this script to get it.... // Fetches the TPS from the clan stash. void getTPS() { int iterations; if...
  6. S

    Pulverizing stuff

    I modified my Icy Peak script to farm the Castle and the PFA, and I wanted it to automatically pulverize some stuff the character finds (like RHSs or umbrellas). I can't find the ASH command to pulverize; I saw the CLI command, but does it allow to smash multiple items at once?
  7. S

    Refreshing stats

    There's a bug in the current version of KoLmafia, for which the sidepane doesn't correctly refresh the regenerated HP/MP by using a plexiglass pith helmet. I'm running a script that casts Leash every 10 turns- my MP gets compeltely draught after some time, when in reality, it's at maximum. Is...
  8. S

    [8.1+] Sako's "soft" kitchen farming script - new recipe version

    [WORKING VERSION USING KOLMAFIA 8.1] A script for farming the Knob's Kitchens, that goes easy on player's meat for eating/drinking. I used code and ideas from other scripts found here @ kolmafia... hope you're not feeling ripped. NECESSARY conditions to run this script: - Character must have...
Top