View Single Post
  #14  
Old 09-13-2005, 09:19 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

change all the 127.0.0.1 to localhost and try that

Code:
LOGINSERVER.INI

[LoginServer]
loginserver=localhost
loginport=5999
worldname=ManiacHacker
worldaddress=localhost
locked=false
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
worldshortname=ManiacHacker
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin (I tried Standalone)  ------> works eitherway
ServerPort=5999

DB.INI

[Database]
host=localhost
user=[looking for something]
password=[too bad it ain't there]
database=eq62

BOOT5ZONES.BAT

start zone . localhost 8780 localhost
start zone . localhost 8781 localhost
start zone . localhost 8782 localhost
start zone . localhost 8783 localhost
start zone . localhost 8784 localhost
like so.... i know you delibrately left the 127.0.0.1 in boot5zone but need to try changeing every 127.0.0.1 to local host. other then that i'm clueless might have to wait for someone else that might have a suggestion for you.
Reply With Quote