Quote:
	
	
		
			
				To fix instant respawns go into mysql and type in:  
UPDATE spawn2 SET respawntime=1000 WHERE respawntime=0;
			
		 | 
	
	
 You are right but when you go into MySQL you will first have to tell it what DB to use by:
Then you can type in that update. BTW thanks for some of those fixes, saved me a lot of time messing with them (not like I know TOO much about SQL anyhow hehe)