Or something. A couple of lightyears ago - in April or thereabouts - I converted some of the game .ini files into FoxPro tables. In order to find the places where the Protector shield is sold I typed the SQL query (or rather edited a similar query in the command history):
<pre><font size=1 face=Courier>sele * from Universe wher lowe(base) in ( ;
sele lowe(base) from market_misc wher good = "shield01_mark07_hf" and base_sells) </font></pre>
FoxP allo me to abbr the name of comm and func afte the firs 4 lette, you know.
I do not use this often enough to justify wrapping this into a form or program, especially as programs like FL DataStorm or LancerThing do exist already. Lists of equipment sale locations would be very long and unwieldy.
P.S.: No, FP7 is not in market_misc. I added it to the result manually.
Edited by - Sherlog on 13-08-2003 01:19:08