View Single Post
  #12  
Old 01-04-2015, 10:11 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by provocating View Post
Perfect, thanks man!
So have a 'shutdowndelay' of 86400000 (1 day in seconds) to make a dynamic zone a true static zone. Or..

https://github.com/EQEmu/Server/blob...features.h#L41

Code:
#define IDLE_WHEN_EMPTY
Comment this line ? It says uncomment in the comments. Although, if you uncomment it, it would define it, and if it's defined then if there are less than 1 clients, it will idle. Or am I viewing this logic a bit backwards?

Or we could really hack at it:

https://github.com/EQEmu/Server/blob...ntity.cpp#L489

Code:
if (numclients < 0)
?
Reply With Quote