View Single Post
  #5  
Old 05-12-2011, 10:07 AM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

In eqemu_config.xml edit the line:
Code:
<zones>
		
	<defaultstatus>20</defaultstatus>

		
	<!-- Sets port range for world to use to auto configure zones -->
		
	<ports low="7000" high="7100"/>
	</zones>
to say :
Code:
<zones>
		
	<defaultstatus>0</defaultstatus>

		
	<!-- Sets port range for world to use to auto configure zones -->
		
	<ports low="7000" high="7100"/>
	</zones>
Then in your database, go to "account table" and change the status of all your players to 0.. See if that resolves your issue..
Reply With Quote