View Single Post
  #4  
Old 01-07-2007, 07:16 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

you have to change the eqemu_config.xml file to make it so default status is 0 and not 20...

Code:
	<zones>
		<defaultstatus>0</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>
also change existing users access levels with
Code:
UPDATE account SET status='0' WHERE status='20';

OR you can change the min. status for just that command like they said in the commands table. if its not listed just add it.
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com

Last edited by Cripp; 01-07-2007 at 03:21 PM..
Reply With Quote