View Single Post
  #3  
Old 03-27-2004, 04:02 PM
molimo140
Hill Giant
 
Join Date: Dec 2003
Posts: 104
Default

Well thanks for flaming my post, i admit i am new, there is no reason to be rude like that...

DB.ini

# READ README.TXT!

[Database]
host=localhost
user=mysqluser
password=mysqlpassword
database=eq
compression=off


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


loginserver.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver=eqlogin2.eqemulator.net
loginserver=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Kamfdut ultra (Semi-legit) test
worldaddress=24.6.247.xxx <-- external IP
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

boot5zones.bat

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:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 24.6.247.xxx 7995 192.168.10.45
start zone . 24.6.247.xxx 7996 192.168.10.45
start zone . 24.6.247.xxx 7997 192.168.10.45
start zone . 24.6.247.xxx 7998 192.168.10.45
start zone . 24.6.247.xxx 7999 192.168.10.45
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

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

the ips used in boot5zones are:

external IP 7996..(etc..port #) internal IP


world.exe output

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: 24.6.247.xxx:9000
World server listening on: 24.6.247.xxx:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
85812 New TCP connection: 192.168.10.45:1153
85812 New TCP connection: 192.168.10.45:1154
85812 New TCP connection: 192.168.10.45:1155
85812 New TCP connection: 192.168.10.45:1156
85812 New TCP connection: 192.168.10.45:1157
New zoneserver: #1 192.168.10.45:1157
New zoneserver: #2 192.168.10.45:1156
New zoneserver: #3 192.168.10.45:1155
New zoneserver: #4 192.168.10.45:1154
New zoneserver: #5 192.168.10.45:1153
Zoneserver SetConnectInfo: 192.168.10.45:1153: 24.6.247.xxx:7998
Zoneserver SetConnectInfo: 192.168.10.45:1154: 24.6.247.xxx:7995
Zoneserver SetConnectInfo: 192.168.10.45:1155: 24.6.247.xxx:7999
Zoneserver SetConnectInfo: 192.168.10.45:1156: 24.6.247.xxx:7997
Zoneserver SetConnectInfo: 192.168.10.45:1157: 24.6.247.xxx:7996


output from boot5zones.bat


[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.10.45:9000



---------------------

There....
now, in every file where the xxx is, thats just me blocking out last 3
#s of the ip address, but in the actual files, there are numbers in place of the Xs


It shows up on serv select, 1017 when try to connect.

Plz help? thx.
Reply With Quote