Quote:
	
	
		
			
				
					Originally Posted by  provocating
					 
				 
				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)
 ?