Search results

  1. pastafresco

    Council Quests Automation Script

    Oh, hey. I didn't even notice that posts with the ascension script were made lower on in the page. I just looked at the first one and assumed that there was no script.
  2. pastafresco

    GCLI print() in color

    Awesome! This will come in handy in my scripts Thanks holatuwol!
  3. pastafresco

    Council Quests Automation Script

    the script should adventure there in order to get the sonars: if(stench_resistance() > 0) { cli_execute("conditions clear"); add_item_condition( (3- item_amount($item[sonar-in-a-biscuit])), $item[sonar-in-a-biscuit]); adventure(my_adventures(), $location[ guano junction]); } Is it possible...
  4. pastafresco

    GCLI print() in color

    Is there any way to print to the GCLI in color? I tend to print reminders and information on the console, but it gets overrun by all the standard adventuring text. If I could print my reminders and such in color, it would be easier to see (not to mention look cool and professional 8)). When i...
  5. pastafresco

    Council Quests Automation Script

    This is a script that checks for outstanding council quests and subsequently completes them (for all required quests and strange leaflet). I've tested it and it works. The only thing to note is that a few of the quests may not be entirely automated (Castle in the Sky (aka trash() ) quest is not...
  6. pastafresco

    hiding scripts

    that's wierd... i'm using 9.7 and the ~ worked fine for me. :-\ I don't use the daily's, if that makes a difference. Either way, i guess it'll work next version...
  7. pastafresco

    hiding scripts

    It seems to be working fine for me. I created two test files: Test.ash import <test.ash~>; void main() { println(); } Test.ash~ void println() { print("This is in println() in the file test.ash~, which should be hidden from the scripts tab of KoLMafia."); } void main() { } Running the...
  8. pastafresco

    check for quest status in scripting

    Is there any way to check if a specific quest is available and not yet completed? Or is this something dev doesn't want happening? If there is no way of checking, and it would be ok, then an ASH command like <string council_to_string()> that you could then use with the <boolean contains_text(...
  9. pastafresco

    boolean worth_a_pull(item item_to_check)

    I was wondering if anyone had already made a script that checks if the inputted item is worth a pull. The worthiness aspect would be based on whether or not it is reasonable to try to farm for the item at a low level (in ronin). The only method of doing this that i can think of is something...
  10. pastafresco

    (Help Req.) Script that consumes Food and Booze to max stat gain based on class

    Re: (Help Req.) Script that consumes Food and Booze to max stat gain based on cl to be honest, i'm probably not going to get around to working any more on this script til summer, but thanks for the edits anyways. They'll be helpful when I get around to working it again.
  11. pastafresco

    Icy Peak - Pastafresco based on Heffed's

    That script had some minor errors (typos and such) so here's the working one... There seem to be some problems with this script. I'm not sure what they are though... You'll have to rework the script, which may or may not be a lot of work.
  12. pastafresco

    Mushroom Field Scripts

    I've created a set of scripts for the mushroom growing fields based on the *Mushroom Growing* tables from Subjunctive KoL. The scripts are set up to maximize efficiency, creating 4 frozen mushrooms (rather than the site's flaming on Day 6) and putting knoll mushrooms in the extra spaces. There...
  13. pastafresco

    Icy Peak - Pastafresco based on Heffed's

    This is Heffed's script with some modifications to calculate ave and total meat gains in several categories (farming with +meat effects, w/o +meat, and combined those two as well as gains from bounty hunter). I also added the use of a certain new +meat item. Note that as there is no support...
  14. pastafresco

    Icy Peak Meat Hunting

    oooh.. i assumed that the tongues stacked... (to self: *noob*) In that case disregard what i said above about green and red effects... Edit: :-[ :-[ :-[ :-[ :-[ :-[ :-[ *idiot*:-[ :-[ :-[ :-[ :-[ :-[ :-[ :-[ ill post my edited version of Heffed's peak farming in a new topic once im done...
  15. pastafresco

    Icy Peak Meat Hunting

    would it be more efficient to have it farm with BOTH green and red effects? Also, with a certain meaty new knob item, there are three efficient effects to use... (/inv_use.php?pwd=&which=3&whichitem=1515) ill try my hand at editing the script to adv w/ all three effects on... Edited to...
  16. pastafresco

    (Help Req.) Script that consumes Food and Booze to max stat gain based on class

    A while ago i tried making a script that would consume maximum food and booze based on stats. My goal was to prioritize stat boosting foods/booze based on (1) Class stat (muscle for seal clubbers, etc.) (2) Moxie if not moxie class, Muscle if moxie class (3) Mysticality (unless Myst. class)...
Top