Libram of Divine Favors caster

Deathmax

New member
I was bored and made this script for the Summon Divine Favors skill. If this doesn't meet any rules, please remove it.
Code:
	while(contains_text(visit_url("campground.php?action=bookshelf"), "You have a Libram of Divine Favors"))
		visit_url("campground.php?preaction=summonpartyfavor");
 

wubbie

Member
Thanks for this...
My ASH skills aren't very good and this gives me a framework to try to build a snowcone, candy heart and hilarious items script until the function makes it into KolMafia.

One thing is that when run the script doesn't update the MP level in KolMafia, any hints/ideas/clues on how to get it to do so?
 
Code:
while(contains_text(visit_url("campground.php?action=bookshelf"), "You have a Libram of Divine Favors"))
                {
		visit_url("campground.php?preaction=summonpartyfavor");
                cli_execute("status refresh");
                }
 
Top