View Single Post
  #15  
Old 09-13-2005, 09:39 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Yooupie ! I got zones ! Do I ?

I finally got ZONES to connect to my world server.

I used my ip addresse instead of the 127.0.0.1 or localhost. I only left the DB pointing on 127.0.0.1.

*Note you'll have top manually edit your table account so it reflects the correct IP*

Now a new problem .. yup still one .. hopefully the last.

ZONE.EXE
Path File ./Maps/cabeast.path not found

So I prolly extractec badly my maps. If I got in c:\eqemu\maps I see akll the map files. I see the cabeast.map file. So what did I missed ?

Franck

Quote:
Originally Posted by tallerin
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