Search results

  1. A

    Bash scripting help?

    this is my crontab entry 45 8 * * * /home/your_name/kol/launchkol.sh >/dev/null 2>&1 And here is the script #!/bin/bash kol_dir=/home/your_name/kol mafia_src=$kol_dir/kolmafia cd $mafia_src ant daily rm $kol_dir/daily.jar mv $mafia_src/dist/KoLmafia* $kol_dir/daily.jar xterm -display :0 -e...
  2. A

    Automatically download the newest daily build

    Very nice! On my computer I have a cron job set up to run this script once a day. It uses ant to download the source and compile from svn, then copies the .jar to my working dir and runs it for me. The beauty of this is it only downloads the changes to kolmafia so server hits are always low. I...
  3. A

    Universal Recovery Script

    I love this script! Thanks again for putting all this effort into making such a wonderful script. I found a few typo/bugs at line 195, 209, and 517 here is the code: if(type="HP") { ... } I was getting errors saying "Expected ), found = (Universal_recovery.ash, line 195)" so I changed it to...
  4. A

    auto BHH and friends

    The easy way is to just use cli_execute() like this cli_execute("call bounty.ash *"); that would call the bounty.ash script with all of your adventures. You can replace the "*" with a number if you want it to have a limit. hope that helps. Ank
  5. A

    One-Click Wossname -- automatic level 12 quest completion

    Thanks a bunch for making this great script, I am running it right now ;) I only had one minor problem, I use kolmafia with Linux (Ubuntu 7.10) and in Linux the file systems are separated by the forward-slash ( / ) instead of the back-slash ( \ ) so when I first ran the script it could not find...
  6. A

    Worm Wood Prize Script Pack

    I recently started playing kol again and grabbed up this script. Good work! This is an nice evolution of my preliminary script pack and it doesn't take a lot of space in my script menu. If its ok with you all I want to add your names to the header and replace my script pack on the first post...
  7. A

    Worm Wood Prize Script Pack

    Good job! These look great! If someone wants to update all of them I can change the top post so these are the ones at the top. I have been a little busy to do any kol playing but I am glad people are getting good use out of my simple scripts. Cheers, Ank
  8. A

    Worm Wood Prize Script Pack

    Hello everyone, I decided to take the dive and learn how to do some ASH scripting ;) So these are quick and dirty scripts to get in and get out of the worm wood with your choice of prize! When the script is run it asks for how many bottles you want to use. It takes 10 adventures to get an prize...
Top