View Single Post
  #11  
Old 04-10-2002, 10:12 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Don't try to mix Drawde's and Ariak's databases, it just isn't worth the hastle, just have a copy of both. If you really want Ariak's database in 3.0 it is easiest to work with the db.sql file. first copy out the aproriate tables to seperate files. Like how Drawde has (not the Full DB) Don't save the table structure, just the "INSERT ...." lines The only one you should have to edit is npc_types add 0,0,' ',' ',0,0,0,1,0,0,0,0 to all the lines
Code:
INSERT INTO npc_types VALUES (1,'Aagron',35,1,1,2010,0,3,3,0,9,37,5,0);

Becomes
INSERT INTO npc_types VALUES (1,'Aagron',35,1,1,2010,0,3,3,0,9,37,5,0,0,0,' ',' ',0,0,0,1,0,0,0,0);
Reply With Quote