View Single Post
  #4  
Old 02-03-2004, 09:10 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

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:
Code:
USE eq;
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)
Reply With Quote