Quote:
	
	
		
			
				
					Originally Posted by  GeorgeS
					 
				 
				The editor uses the database specified in the db.ini file, whereas your eq game always uses the the database specified in eqemu_config.xml and/or login.ini. 
 
Now if they are the same, then here's a disconnect somewhere. The editor always writes the data or it crashes/fails when it cannot write. 
 
My guess you have more than 1 database. 
 
GeorgeS 
			
		 | 
	
	
 This is my db.ini file:
host=127.0.0.1
user=xxx
password=xxx
database=peq
everquest_folder=F:\Program Files (x86)\Sony\EverQuest
The only db file in my peq folder is the db_dump.sql.
The eqemu config shows the same:
	<database>
		<host>localhost</host>
		<port>3306</port>
		<username>xxx</username>
		<password>xxx</password>
		<db>peq</db>
	</database>
So, the question is, if the db_dump.sql isn't the db file I should be editing for the LDoN point costs, then where should my n00b butt be looking? 
