How do you rename the server?
			 
			 
			
		
		
		
		This may be a stupid question, but I'm going to ask anyway.  How do you rename the server that shows up under the server select screen?  Which files do I modify?  The reason I ask is that every time I rename my server, the client crashes every time.  But, when I rename it back to its default name, everything is good to go.  I modified the eqemu_config.xml file as follows: 
 
<?xml version="1.0"> 
<server> 
        <world> 
                <shortname>minilogin</shortname> 
                <longname>My Server</longname><---Only line that I changed. 
                 
                <!-- Only specify these two if you really think you need to. --> 
		<address>127.0.0.1</address> 
		<localaddress>127.0.0.1</localaddress> 
		 
		<!-- Loginserver information.  --> 
        <loginserver> 
		<host>127.0.0.1</host> 
		<port>5999</port> 
		<account></account> 
		<password></password> 
        </loginserver> 
 
                <!-- Sets the shared key used by zone/launcher to connect to world --> 
                <key>some long random string</key> 
 
                <!-- Enable and set the port for the HTTP service. --> 
                <http port="9080" enabled="true" mimefile="mime.types" /> 
        </world> 
 
                <!-- Database configuration, replaces db.ini. --> 
        <database> 
                <host>localhost</host> 
                <port>3306</port> 
                <username>eq</username> 
                <password>eq</password> 
                <db>eq</db> 
        </database> 
</server> 
 
So, is there another file that I need to modify or can someone tell me how to do this? 
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 |