Recent content by dterphraud

  1. D

    Scripting Question?

    Thanks all! This worked perfectly: while (my_adventures() > 0) (!adventure(1, $location[Giant's Castle])); I looked through my logs and saw 2 instances of "nothing more to do" but it kept adventuring until all adventures where spent. This also helped me with a couple other questions.
  2. D

    Scripting Question?

    It works but, like I said, I usually need to restart the script at least once. Thanks for the suggestion, I intend to add the Pulverize comment when I get it to run flawlessly.
  3. D

    Scripting Question?

    A few years ago I wrote my first and only cli script and recently I wrote my first Ash script (or should I say took some snipets mostly from Bale - thanks). I had to break out this part of the script and run it separately because it usually "times out" leaving adventures left to play. Not a...
  4. D

    Malus of Forethought

    I could not find much reference to the Malus of Forethought here or in the manual. Is it possible to access The Malus of Forethough via CLI scripting or do I have to construct an ASH script? I have a CLI Pulverize script but I'd like to add a visit to The Malus to combine my powders to nuggets...
  5. D

    Scripting Questions

    Thanks macman104! I am just beginning to experimenting with the CLI scripts but I intend to move to ASH scripts soon. I ran my script this morning. It worked as written. KolMafia is an unbelievably AWESOME tool and that comment itself is understated. Thanks everyone for your help in making...
  6. D

    Scripting Questions

    Thanks holatuwol! I asked about acquire/Pulverize because of the words (I bolded) in the description. acquire [#] <itemname> (acquire 5 insanely spicy enchanted bean burrito) Attempts to acquire the specified number of the specified item by any means possible. If there... Regarding my...
  7. D

    Scripting Questions

    This is my first attempt at automating my trip to Level 30. While completing the attachment I had a few questions aside from the obvious "Is it going to work?" 1. Blank lines? Will they cause errors? 2. Will errors occur if for example: Familiar is already equipped. 3. Can I point the script...
Top