PDA

View Full Version : Agua de vida autoadventure



JohnAnon
04-10-2010, 04:54 AM
Can someone make a script to automate adventuring for the Memory quests?

- [TOP PRIORITY] At least one that automates the adventure in the Forgotten City part. It's annoying having to click through dozens of choices to complete this redundant part.
- And the rest of the ancient past and distant future part, of course.

So yeah.

heeheehee
04-10-2010, 07:31 AM
http://kolmafia.us/showthread.php?2584-Rinn-s-Quest-Scripts

Here you go.

llabak
09-24-2010, 02:02 PM
I'm planning on spading out drop rates for all the agua zones (starting with future), so all I need is something that will use the empty bottle and then adventure in a zone until all turns are gone.

Would Rinn's work for me, or would that script actually be looking for specific noncombats? Or does that even matter, since I've already done the quest on that account?

Theraze
09-24-2010, 02:42 PM
As it stands? No. It's designed to FINISH the area.

With modification? Sure...

llabak
09-24-2010, 02:45 PM
Never mind. I'm an idiot. For some reason it wouldn't let me gaze, but now it does.

zarqon
09-27-2010, 06:13 AM
Pretty sure you could also type this into the CLI to keep adventuring in one of those zones (change "megalopolis" to the zone of your choice). Not exactly sure what would happen here if you run out of bottles, so make sure you have enough on hand.


ash while (my_adventures() > 0) adventure(my_adventures(), $location[megalopolis]);

Theraze
09-27-2010, 07:03 AM
I tend to just use type "adventure * megalopolis" into the Graphical CLI window for that sort of thing... * means all your remaining adventures...

Winterbay
09-27-2010, 07:43 AM
Does that work? Because I know that the automation fails after 10 turns when the bottle breaks which is a bit annoying.

Bale
09-27-2010, 08:18 AM
Breaking bottles are an auto-stop (http://wiki.kolmafia.us/index.php?title=Auto-stops), so it won't work. You could do something like this:


ash boolean pass = cli_execute("adventure * megalopolis")

Or you could set a goal for 1 steaming evil. Having goals keeps you from auto-stopping.