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
|