View Single Post
  #71  
Old 06-28-2004, 01:48 AM
bluejam
Hill Giant
 
Join Date: Apr 2004
Posts: 110
Default

Quote:
EQHOST.TXT

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
Try this format->

Quote:
[LoginServer]
Host=localhost:5999
I am not sure if you have to add "[RegistrationServer].." as well.


Quote:
DB.INI

[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
Did you enter "eqemu" for your user and pw after you had installed MySQL?

Quote:
LOGINSERVER.INI

[LoginServer]
loginserver=localhost
loginport=5999
worldname=my minilogin test
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=10
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Isn't there missing something? And paste this at the end of LoginServer.ini. It might fix your problem:

Quote:
[ChatChannelServer]
ChatChannelServer=127.0.0.1

the link should work properly now.



_________________________________________

INSERT INTO account (id, name, charname, packencrypt, sharedplat, password,
status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);

definately works. the two " are four single '
that confused me at the beginning as well.
Reply With Quote