PDA

View Full Version : CONTEST: LotsOfPhil's Lunar Isotope Quest Script



lotsofphil
06-09-2011, 10:51 PM
Whee!

Here is my first attempt at the lunar isotope quest. It "works" start to finish with a few provisos:

* It assumes you can handle all combats.
* Even more, it assumes you can handle the combats with the spooky little girl equipped.
* If you are okay with it buying/using transponders, edit the boolean keepUpTranspondent to be true. Otherwise you have to use them manually.
* Do not change attemptCombat. Just not ready yet.

If the above are taken care of, it should work.

**
v 0.7
Changes
Comments, both code and to user
Abort if spooky girl is killed
Decided not to use zlib for best_fam()
Made 2H weapon spooky girl failure more verbose
exit --> abort
check equipped_amount as well as item_amount
aborts if you have E.M.U. Unit and don't get Big-Time generator
simplified maximize calls

It's a work in progress and I welcome feedback.

slyz
06-09-2011, 11:04 PM
Whee!
Whee indeed! You're the first to post a script, it seems.

I welcome feedback.
Although I would like to stress that feedback != advice. If someone encounters problems while running it and posts gCLI output, for example, no problem. But lotsofphil should come up with his own fixes :D

sham
06-10-2011, 05:12 AM
damn! I haven't even started looking at the iotm :)

bumcheekcity
06-10-2011, 05:18 AM
Phil, as a bit of advice, keep a changelog for your script. Just a few notes about what changes you've made in each version. Not a bad script.

NardoLoopa
06-12-2011, 12:06 PM
LoP, worked pretty well except that I had a 2-handed weapon equiped when I got the girl. The script aborted at that point. Otherwise it looked good.

lotsofphil
06-13-2011, 07:01 PM
Thanks Nardo. I've added some more comments to the user there. Since I am not (yet?) setting CCS-es I am not changing peoples' weapons. It will now direct you to use a 1handed weapon and re-run.

lotsofphil
06-15-2011, 10:14 PM
New version (0.7) posted. Nothing earthshaking, but should be better in all ways.