OUTPUT OF WORLD.EXE:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26678, max id=68200
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: 24.136.163.55:9000
World server listening on: 24.136.163.55:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
15297 New TCP connection: 192.168.1.101:3181
15297 New TCP connection: 192.168.1.101:3182
15297 New TCP connection: 192.168.1.101:3183
15297 New TCP connection: 192.168.1.101:3184
15297 New TCP connection: 192.168.1.101:3185
New zoneserver: #1 192.168.1.101:3185
New zoneserver: #2 192.168.1.101:3184
New zoneserver: #3 192.168.1.101:3183
New zoneserver: #4 192.168.1.101:3182
New zoneserver: #5 192.168.1.101:3181
Zoneserver SetConnectInfo: 192.168.1.101:3181: 24.136.163.55:7997
Zoneserver SetConnectInfo: 192.168.1.101:3182: 24.136.163.55:7999
Zoneserver SetConnectInfo: 192.168.1.101:3183: 24.136.163.55:7998
Zoneserver SetConnectInfo: 192.168.1.101:3184: 24.136.163.55:7995
Zoneserver SetConnectInfo: 192.168.1.101:3185: 24.136.163.55:7996
54672 New client from ip: 192.168.1.1 port: 3188
Logged in: FirstLogin LS#50567: Valex
[Error] Inventory::_PutItem: Invalid slot_id specified (261)
[Error] Warning: Invalid slot_id for item in inventory: acctid=1, item_id=22986,
slot_id=261
Received unknown opcode: 0x02ee size:0 bytes
Attempting autobootup of kaladima (60) for Valexstuck
Zoneserver SetZone: 24.136.163.55:7997 kaladima (60)
Enter world: Valexstuck: kaladima (60)
Broadcasting a world time update
Zoneserver SetZone: 24.136.163.55:7997 kaladima (60)
Client disconnected
Removing client from ip:192.168.1.1 port:3188
OUTPUT OF THE ZONE.EXE:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'setaaexp' defaulting to access level
0!
[Status] 160 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.101:9000
[Status] Weather should change in 8602 seconds
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 60; Time Offset = 0
Reading zhdr file './cfg/kaladima.cfg'
Using database for safe coords.
Zone safe coords are x = -2; y = -18; z= 3.75
[Status] Loading Objects from DB...
[Status] Loading Ground Spawns from DB...
[Status] Loading doors for kaladima ...
[Status] Done loading doors for kaladima ...
Petition 0 pettime = 1082425937
[Status] Zone Bootup: kaladima (60)
Received Message SyncWorldTime
Time Broadcast Packet: EQTime [09:48 am]
[Status] 121860 New client from ip:192.168.1.1 port:3190
[Status] 3. Player profile being converted now....
Client linkdead: Valexstuck
Dropping client: Process=false, ip=192.168.1.1, port=3190
[Status] Zone Shutdown: kaladima (60)
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.136.163.55 7995 192.168.1.101
start zone . 24.136.163.55 7996 192.168.1.101
start zone . 24.136.163.55 7997 192.168.1.101
start zone . 24.136.163.55 7998 192.168.1.101
start zone . 24.136.163.55 7999 192.168.1.101
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
REM:---------------END------------------------
DB.ini:
# READ README.TXT!
[Database]
host=localhost
user= ~MY Information~
password=~MY Information~
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
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport2=5997
loginport3=5997
worldname=Evony (Valex's World-Custom Items-NonLegit)
worldaddress=24.136.163.55
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
[ChatChannelServer]
ChatChannelServer=192.168.1.101
|