| 
				 Config files 
 Ok, i see all kinds of posts saying what should be in the eqemu config file, and how its so easy, but there are 2 eqemu config files in the folder, and no one says which file needs to be edited. So, the following is whats in my 2 eqemu config files:
 First
 <?xml version="1.0">
 <server>
 <world>
 <shortname>Oasis</shortname>
 <longname>Oasis Revisited</longname>
 <!-- Only specify these two if you really think you need to. -->
 <address>10.0.0.5</address>
 <localaddress>10.0.0.5</localaddress>
 
 <!-- Loginserver information. -->
 <loginserver>
 <host>10.0.0.5</host>
 <port>5999</port>
 <account></account>
 <password></password>
 </loginserver>
 <unlocked></unlocked>
 <!-- Sets the shared key used by zone/launcher to connect to world. -->
 <key>kiw9083wdfgesiwud</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>127.0.0.1</host>
 <port>3306</port>
 <username>root</username>
 <password>*****</password>
 <db>peq</db>
 </database>
 </server>
 
 Second:
 
 <?xml version="1.0">
 <server>
 <world>
 <shortname>Oasis</shortname>
 <longname>Oasis Revisited</longname>
 <!-- Only specify these two if you really think you need to. -->
 <address>10.0.0.5</address>
 <localaddress>10.0.0.5</localaddress>
 
 <!-- Loginserver information. -->
 <loginserver>
 <host>127.0.0.1</host>
 <port>5999</port>
 <account></account>
 <password></password>
 </loginserver>
 <unlocked></unlocked>
 <!-- Sets the shared key used by zone/launcher to connect to world. -->
 <key>kiw9083wdfgesiwud</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>127.0.0.1</host>
 <port>3306</port>
 <username>root</username>
 <password>*****</password>
 <db>peq</db>
 </database>
 </server>
 
 Anyone who actually knows what all this stuff does and means see what im doing wrong? With what ive got so far, I can log-in, see my server, enter my server, get to the character creation screen, and create a character. As soon as I try to enter the world however, windows pops up a window that says world.exe has encountered a problem and must close, and the game becomes totally unresponsive and has to be closed with task manager.
 
			
			
			
			
				  |