| 
			
			 
			
				03-18-2003, 10:35 PM
			
			
			
		 | 
	| 
		
			|  | Fire Beetle |  | 
					Join Date: Mar 2003 Location: Here 
						Posts: 12
					      |  | 
	| 
 zpoints-3-4-2003.sql
that error is a miss match of the zone table structure in the db.sql or structure of zpoint. 
2 colums missing in the bd.sql table zone.
 
db.sql
 
	Quote: 
	
		| -- Dumping data for table 'zone' --
 
 
 INSERT INTO zone (short_name, file_name, long_name, safe_x, safe_y, safe_z, minium_level, minium_status, zoneidnumber) VALUES ('qeynos',NULL,'South Qeynos',0,10,3,0,0,1);
 |  zpoints-3-4-2003.sql
 
	Quote: 
	
		| # Dumping data for table `zone` #
 
 REPLACE INTO zone VALUES ('qeynos', NULL, 'South Qeynos', '0', '10', '3', 0, 0, 1, 0, 0);
 |  
i dont know what that can do really, but you can remove this file if you want eqemu is working without. 
Maybe a correction to the spawn point? |