PDA

View Full Version : Council Quests Automation Script



pastafresco
11-07-2006, 12:11 AM
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 completed yet..).

Any questions, concerns, whatever, please post away.
Any constructive criticism will be appreciated. There's always room for improvement.

To mods: if this is too automated to be posting, i appologize in advance and understand the need to remove the file (at least if it is against policy)

I'd like to note that the standard equipment choice is Tirian's moxie_dressup.ash, I also pulled some methods from his library, as well as his friars.ash script. Thans Tirian (and if you have a problem with this - though i wouldn't think you do- sorry, i will remove).

So, without further ado, here is my quests.ash script (i am also attaching Tirian's moxie_dressup as that is necessary to run mine)

Metraxis
11-07-2006, 04:05 PM
Interesting enough, though I'll probably agree that it skates very close to the edge on posting full-on ascension scripts. That said, two criticisms.

First, sonar-in-a-biscuit drops in Guano Junction.

Second, it appears that in recent builds, the Entryway and Hedge Maze ASH functions will hard abort your script with the message "You're already past that script" when they would have previously returned "true", so you'll need to find another way to accomplish that part.

pastafresco
11-07-2006, 09:10 PM
First, sonar-in-a-biscuit drops in Guano Junction.

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 you were mistaking that for when it adventures at the Entryway in order to get the Pine-fresh?



...I'll probably agree that it skates very close to the edge on posting full-on ascension scripts.

For this reason can we get an official opinion on this? Should this script be removed?

pastafresco
11-08-2006, 04:32 AM
I hadn't replied because there is already one ascension script out there:
http://kolmafia.us/index.php/topic,314.0.html


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.