View Single Post
  #9  
Old 01-27-2003, 05:53 AM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

Certainly, you can release the modified quests if you want, all of the stuff in my addon can be used/modified for your own DBs if you want.
However I'm not planning to incorporate the NPC data from Lurker's DB into mine, this is because I use a different system for the NPC data; I have a text file list of NPCs with their names, stats and locations, and have written a parser program (which you can download on my website, the current version is out of date but I'll upload a new one soon) to convert this data into a SQL script which can be loaded in by MySQL. This way when the NPC/spawn DB structs change I don't have to redo all my data from scratch, also it's MUCH easier than having to assign all the spawngroups manually.
I do eventually plan to add some Luclin NPC spawns to my DB, once I've got the old world and Kunark ones working fully.
Reply With Quote