Vampout - automatically unleash your inner vampire

Bale

Minion
Are you aware that KoLmafia now supports Vamping Out? You can delete half of your script.


Code:
// choice = DamRed-SpellDamage-WeapDamage (1-3), Muscle-Myst-Moxie (4-6), Meat (7), Sword-Scepter-Medallion-Chalice (8-11), Book (12), Black Heart (13)
	set_property("choiceAdventure546", choice); 
	visit_url("town.php?action=vampout");
	cli_execute("choice-goal");
 

coderanger

Member
Are you aware that KoLmafia now supports Vamping Out? You can delete half of your script.


Code:
// choice = DamRed-SpellDamage-WeapDamage (1-3), Muscle-Myst-Moxie (4-6), Meat (7), Sword-Scepter-Medallion-Chalice (8-11), Book (12), Black Heart (13)
	set_property("choiceAdventure546", choice); 
	visit_url("town.php?action=vampout");
	cli_execute("choice-goal");

Yep, just lazy and it doesn't seem likely to change ever in the future so I'm not worried about the maintenance burden :)
 

coderanger

Member
What I probably should do is change my code to check the same daily variables that mafia sets when you adventure there so they stay in sync.
 
Top