mandybrigwell
Member
I have a list of Leprecondo items taken from the property leprecondoDiscovered. I split the string by ',', sort it randomly and take the first four, producing a make string. I end up with a final URL, (e.g. choice.php?pwd&option=1&whichchoice=1556&r0=20&r1=5&r2=3&r3=21 ) but submitting it is the issue. Sometimes it works, sometimes it doesn't.
I've tried using the Leprecondo item first. I've tried pre-emptively setting the choice adventure 1556 to 1. I've tried visiting choice with forceoption=0, then the actual choice options. Sadly, I get three tries a day before the Leprecondo is used up, so I'm not making much progress. The problem is compounded by the terrible secret that I don't really know what I'm doing…
print("Final URL is choice.php?pwd&option=1&whichchoice=1556" + makeString);
# use(1, $item[leprecondo]);
# set_property( "choiceAdventure1556", "1");
# visit_url("choice.php?forceoption=0");
visit_url("choice.php?pwd&option=1&whichchoice=1556" + makeString);
Any help would be appreciated, but please don't spend ages on it; it's just an idle whim to randomly cycle the Leprecondo contents every now and then.
pastebin.com
I've tried using the Leprecondo item first. I've tried pre-emptively setting the choice adventure 1556 to 1. I've tried visiting choice with forceoption=0, then the actual choice options. Sadly, I get three tries a day before the Leprecondo is used up, so I'm not making much progress. The problem is compounded by the terrible secret that I don't really know what I'm doing…
print("Final URL is choice.php?pwd&option=1&whichchoice=1556" + makeString);
# use(1, $item[leprecondo]);
# set_property( "choiceAdventure1556", "1");
# visit_url("choice.php?forceoption=0");
visit_url("choice.php?pwd&option=1&whichchoice=1556" + makeString);
Any help would be appreciated, but please don't spend ages on it; it's just an idle whim to randomly cycle the Leprecondo contents every now and then.

Leprecondo - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.