Thread: Private Server
View Single Post
  #2  
Old 02-23-2002, 08:21 AM
dablasta
Fire Beetle
 
Join Date: Feb 2002
Posts: 19
Default

go into eqhost.txt in the eqemu everquest directory, or wherever you're running eq from for the emu and put this in instead of gotfrags...

[Registration Servers]
{
"127.0.0.1:5999"
}
[Login Servers]
{
"127.0.0.1:5999"
}

that should make it log onto your mysql server, then set the db.ini to point to 127.0.0.1, db.ini should now say:

[Database]
host=127.0.0.1
user=<your mysql UN>
password=<your mysql PW>
database=<your eqemu DB name in mysql, usually eq>

then make your loginserver.ini say:

[LoginServer]
loginserver=<your ip here>
worldname=<the server's server select screen name>
locked=false
account=
password=
worldaddress=

i think i covered everything.. try it out
Reply With Quote