View Single Post
  #2  
Old 04-11-2002, 03:15 PM
dannyd
Fire Beetle
 
Join Date: Apr 2002
Posts: 4
Default same here

same exact thing happened to me pls see file pastes;

version 0.3.0

dumped old db made new db with distribution

Loginserver.ini:

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=Bormers Funland
locked=false
account=
password=
worldaddress=156.34.189.56
loginport=5999


db.ini:

# READ README.TXT!

[Database]
host=localhost
user=xxxx
password=xxxx
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.

boot5zones.win9x.bat

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of 127.0.0.1 when you are connecting
REM: To a EQEmu Loginserver.

REM: When you are using minilogin, leave all IP entrys as 127.0.0.1 and if you still get errors try
REM: Using localhost as the IP instead of 127.0.0.1

REM: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe

REM:--------------Start-----------------------


@echo off
start zone9x . 156.34.189.56 7995 156.34.189.56
start zone9x . 156.34.189.56 7996 156.34.189.56
start zone9x . 156.34.189.56 7997 156.34.189.56
start zone9x . 156.34.189.56 7998 156.34.189.56
start zone9x . 156.34.189.56 7999 156.34.189.56
exit
cls


REM:---------------END------------------------

eqhost.txt

[Registration Servers]
{
"eqlogin.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin.eqemu.org:5999"
}
Reply With Quote