View Single Post
  #10  
Old 11-28-2005, 06:34 AM
nadineemu's Avatar
nadineemu
Sarnak
 
Join Date: Apr 2003
Location: UK
Posts: 61
Default ok heres all my stuff from the files :

Loginserver.ini

[Loginserver]
loginserver=eqemulator.net
loginport=5998
worldname=No Place Like Home
worldaddress=technonet.no-ip.info
locked=false
account=*******
password=******

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
ChatChannelServer=NPLH

[LoginConfig]
Servermode=
Serverport=

Heres my DB.ini

[Database]
host=localhost
user=admin
password=*********
database=eq

this is my boot5zones.bat :

REM: REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . technonet.no-ip.info 7995 10.0.0.3
start zoneperl . technonet.no-ip.info 7996 10.0.0.3
start zoneperl . technonet.no-ip.info 7997 10.0.0.3
start zoneperl . technonet.no-ip.info 7998 10.0.0.3
start zoneperl . technonet.no-ip.info 7999 10.0.0.3
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
__________________
me version 1.2
~ No place like home Server Controller~
Reply With Quote