View Single Post
  #39  
Old 11-24-2008, 01:46 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

It's a perl script, not a shell script so use:

Code:
perl export_spells.pl
It'll work on either Windows or Linux of course.

Not sure if anybody would use it, but here is the sql dump of the spells file: http://projecteq.net/cavedude/spells_new.zip Source utils/230_spells_table.sql first for the schema, as that is just data. It'll appear as a system table in PEQ CVS.

Last edited by cavedude; 11-24-2008 at 10:10 PM..
Reply With Quote