crumblenoob
New member
No worries at all, I just added it in because I'm trying to clear 50 boards as quickly as possible (in the middle of basement dives). Thanks again (and thanks for the factory solver too)!
No worries at all, I just added it in because I'm trying to clear 50 boards as quickly as possible (in the middle of basement dives). Thanks again (and thanks for the factory solver too)!
Right. Use all 50 potions at one time, for 1000 turns of the effect. Adventure maybe 200 turns (depending on your +item) until 50 maps drop. Use all 50 maps for cookies. Removing the effect doesn't help you at all.
What is the benefit of farming all the maps first and then using them?
alias get_cookie => ashq import <queen_cookie.ash>;use_maps(%%);
use( 1, $item[reflection of a map] );
visit_url("inv_use.php?pwd&which=3&whichitem=4509");
[COLOR="#808000"]> set choiceAdventure442=3[/COLOR]
[COLOR="#808000"]> set choiceAdventure442=2[/COLOR]
choiceAdventure442 => 2
[COLOR="#808000"]> set choiceAdventure447=1[/COLOR]
choiceAdventure447 => 1
[COLOR="#808000"]> ash use( 1, $item[reflection of a map] );[/COLOR]
Using 1 reflection of a map...
Encounter: A Moment of Reflection
Encounter: A Caucus Racetrack
You acquire an item: Vial of [I]jus de larmes[/I]
Finished using 1 reflection of a map.
Returned: false
1) queen() drinks a 2nd potion even though I've got 19 turns of the effect left from hatter. Hatter does the same thing if I farm a cookie before getting the buff.
2) queen() completely halts my script when it finishes running. I don't know if I should be calling it differently or if I need to edit the script to not kick out when done or what.