And here is mine, just for the record. My loginserver and world addy are the local computer ip because I'm running it off miniserver (I'm on a 26k internet connection so the only thing that makes sense for me right now is a miniserver). Also, I noticed that changing my mysql username/password all to lowercase made a difference for me.
LoginServer.ini:
Quote:
[LoginServer]
loginserver=127.0.0.1
loginport=5997
worldname=Astartae's
worldaddress=127.0.0.1
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
|
and db.ini:
Quote:
[Database]
host=localhost
user=astartae
password=*****
database=eq
compression=off
|