// Check advent Calendar in December!
if(substring(today_to_string(), 4, 6) == "12") {
string advent = visit_url("campground.php?action=advent");
while(advent.contains_text("left to punch out right now"))
advent = visit_url("campground.php?preaction=openadvent");
}
visit_url campground.php?preaction=openadvent
Basically, if it's December, visit the advent calendar. As long as there are remaining punches left, keep punching until they're all done.alias advent => ashq if(substring(today_to_string(), 4, 6) == "12") { string advent = visit_url("campground.php?action=advent"); while(advent.contains_text("left to punch out right now")) advent = visit_url("campground.php?preaction=openadvent"); }
I use this alias that somebody posted a year or two back
Which revision are you using exactly?
You are either running the KoLmafia.exe from last weekend or you are running the KoLmafia r10100 jar file. I don't know what it means to "extract" the 10100 jar file. At a guess, perhaps it means that you pulled the data files out of it.I'm using the KolMafia.exe from last weekend, and extracted the 10100 jar file into the same folder. So I should have all of the released content up to the 10100, right? But I don't have the choice adventures for either of the candy locations.