H heeheehee Developer Staff member Sep 1, 2018 #22 Darzil said: Are we done here ? Click to expand... Is there a _preference for tracking the number of plays today? I didn't see that on a cursory glance.
Darzil said: Are we done here ? Click to expand... Is there a _preference for tracking the number of plays today? I didn't see that on a cursory glance.
S Saklad5 Member Sep 5, 2018 #24 Maybe add the ability to “create” one of the items, like a recent patch did with the FantasyRealm gear? That would require throwing a match, though, so I can see why it wouldn’t be added.
Maybe add the ability to “create” one of the items, like a recent patch did with the FantasyRealm gear? That would require throwing a match, though, so I can see why it wouldn’t be added.
ckb Minion Staff member Sep 6, 2018 #25 Assuming you have the choices set, this will get the items (by throwing a match) PHP: buffer page = visit_url("inv_use.php?&whichitem="+to_int($item[Bastille Battalion control rig])); page = run_choice(5); while (!contains_text(page,"GAME OVER")) { page = run_choice(1); } page = run_choice(3);
Assuming you have the choices set, this will get the items (by throwing a match) PHP: buffer page = visit_url("inv_use.php?&whichitem="+to_int($item[Bastille Battalion control rig])); page = run_choice(5); while (!contains_text(page,"GAME OVER")) { page = run_choice(1); } page = run_choice(3);