Whenever I set up a minilogin I never use the 127.0.0.1 , I would try it like this .
Boot5Zones.bat
start zone . 192.168.0.152 8780 192.168.0.152
start zone . 192.168.0.152 8781 192.168.0.152
start zone . 192.168.0.152 8782 192.168.0.152
exit
cls
db.ini
[Database]
host=localhost
user=mysqluser
password=mysqlpass
database=eq
LoginServer.ini
[LoginServer]
loginserver=192.168.0.152
loginport=5999
worldname=((TeStInG))
worldaddress=192.168.0.152
locked=false
account=
password=
[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
MiniloginAccounts.ini
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
192.168.0.152 username password
eqhost.txt
[LoginServer]
Host=192.168.0.152:5999
And that is assuming your running the server from the same machine your playing on .
Last edited by Sakrateri; 06-02-2005 at 03:20 PM..
|