dannuic submitted a new resource:
Live/Test Spell Info Parser - because you need spell info in SQL
Read more about this resource...
Live/Test Spell Info Parser - because you need spell info in SQL
Have you ever wanted to look at raw spell info, but the search function in lucy is failing you and we haven't exposed enough information in the spell datatype? With a little SQL knowledge, this utility will give you that ability! Just run this little script and it will produce a sqlite3 database file with all that information. The command help is as follows:
[CODE title="command help"]usage: spell_converter.py [-h] [-b] [-c] [-o OUTPUT] eq_dir
positional arguments:
eq_dir...[/CODE]
Read more about this resource...

