Thread: Item Editor
View Single Post
  #8  
Old 03-26-2005, 06:59 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

dbname is the db name you gave to the database, example, if you followed any tutorial to install a eqemu server it states that you need to execute this code to create a database:

Quote:
create database eq;
In this case the database name IS eq so in the database field you should use the name you used to create the database, examples:

Quote:
database=eq
or could be

Quote:
database=velius
database=kunark
database=test
database=mydatabase


Now for the location it should be the local ip or localhost, i should note it should not include ', examples:

Quote:
location=localhost
location=127.0.0.1
location=192.168.0.1

Example settings.ini file:

Quote:
[Database]
Name=eqdb
User=your_username_here
Pass=your_password_here
Host=*
[Everquest]
Directory=c:\eqemu
AutoSave=true
UI=C:\item editor\ui\
where * could be localhost or your local ip.
__________________
Sysadmin.

Last edited by sysadmin; 03-26-2005 at 07:11 PM..
Reply With Quote