Search results

  1. S

    Created "is_ingredient" and "part_of_recipe" utility functions

    One of my friends wanted a script that would tell him if a particular item was part of any recipes. Don't ask me why he wanted it, but it gave me something to do. I figured I'd share the wealth, in case anyone else wanted this for some reason. PLEASE NOTE that this script will create/overwrite...
  2. S

    Modified mushroom script to produce 3rd +4th gen crop

    I'll do you one better. Here's my script that does 8 gloomy and 2 rounds of level 3 mushrooms (if people want me to put this in a different topic so it's easier to find, that's fine). I had to do this by hand, because the mushroom layout doesn't do 16 days, so I may be off on it. I was actually...
  3. S

    Modified mushroom script to produce 3rd +4th gen crop

    Ay ay, cap'n. This isn't something new so much as a sideways way of doing things. The whole point is that moon_phase() returns a number 0 through 16. As long as you know what the phase is when you want to start (for example, the first muscle day is phase "8"), you can do a check on that in the...
  4. S

    Modified mushroom script to produce 3rd +4th gen crop

    Without modifying the planting script manually, you can't. Planting scripts work off of four variables defined in the user_prefs.txt file: plantingDate, plantingDay, plantingLength, and plantingScript. These four variables are used by the KoLMafia logic in conjunction with the individual...
  5. S

    Standardized ash libs

    I was under the impression that there was not a way to make a library file in ASH. By that I mean there isn't a way to use java-like syntax and write something like the following: import ashlib.ash; Was I mistaken? Is something similar to the above code possible? If so, it would make a...
  6. S

    Modified mushroom script to produce 3rd +4th gen crop

    General -> Preferences -> Breakfast -> "plant mushrooms". Then just run breakfast on login or use the "breakfast" command.
Back
Top