View Single Post
  #1  
Old 08-08-2009, 12:34 PM
thepoetwarrior
Discordant
 
Join Date: Aug 2007
Posts: 307
Question Respawn Times or Variance?

I did a a change in respawn times, and now users are randomly getting disconnected in Anguish. Is there any bugs in a max respawn time or variance?

Code:
UPDATE spawn2 SET respawntime = 7200 WHERE zone = "anguish";
UPDATE spawn2 SET variance = 14400 WHERE zone = "anguish";
Trying to figure out whats going on. That was the only change I made when the users started to get disc.
Reply With Quote