Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2010, 10:24 PM
banjo
Fire Beetle
 
Join Date: Apr 2009
Location: montana
Posts: 4
Default log.ini??

Hi, Setting up a new server for the first time. I think I'm close, but stumped at the end. I've been following guides. Basically when I go to launch it wants to read something out of log.ini but my log.ini is empty.


EQEmu-Rev1708-Bots
Peqdb_rev1667

Quote:
Eqemu_config.xml

<?xml version="1.0">
<server>
<world>
<shortname>sbox</shortname>
<longname>Sandbox</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress></localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>sandbox</account>
<password>MyPassword</password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!--<unlocked/>-->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="3306" telnet="enable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>randomstring</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>mypassword</password>
<db>Sandbox</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
Quote:
eqemu_error_zone_3560.log
---------------------------------------------
[11.04. - 19:59:28] Starting Log: logs/eqemu_error_zone_3560.log
[11.04. - 19:59:28] Failed to connect to database: Error: #2013: Lost connection to MySQL server at 'reading initial communication packet', system error: 22
Quote:
eqemu_debug_world_3100.log
---------------------------------------------
[11.04. - 19:59:02] Starting Log: logs/eqemu_debug_world_3100.log
[11.04. - 19:59:02] [WORLD__INIT] Loading server configuration..
[11.04. - 19:59:02] [WORLD__INIT] Log settings loaded from log.ini
[11.04. - 19:59:02] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[11.04. - 19:59:02] [WORLD__INIT] Added loginserver eqemulator.net:5998
[11.04. - 19:59:02] [WORLD__INIT] Connecting to MySQL...
[11.04. - 19:59:02] [WORLD__INIT] HTTP world service disabled.
[11.04. - 19:59:02] [WORLD__INIT] Loading variables..
[11.04. - 19:59:02] [WORLD__INIT] Loading zones..
[11.04. - 19:59:02] [WORLD__INIT] Clearing groups..
[11.04. - 19:59:02] [WORLD__INIT] Clearing raids..
[11.04. - 19:59:02] [WORLD__INIT] Loading items..
[11.04. - 19:59:10] [WORLD__INIT] Loading guilds..
[11.04. - 19:59:10] [WORLD__INIT] Loaded default rule set 'default'
[11.04. - 19:59:10] [WORLD__INIT] Clearing temporary merchant lists..
[11.04. - 19:59:10] [WORLD__INIT] Loading EQ time of day..
[11.04. - 19:59:10] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[11.04. - 19:59:10] [WORLD__INIT] Loading launcher list..
[11.04. - 19:59:10] [WORLD__INIT] Reboot zone modes ON
[11.04. - 19:59:10] [WORLD__INIT] Deleted 0 stale player corpses from database
[11.04. - 19:59:10] [WORLD__INIT] Deleted 0 stale player backups from database
[11.04. - 19:59:10] [WORLD__INIT] Loading adventures...
[11.04. - 19:59:10] [WORLD__INIT] Purging expired instances
[11.04. - 19:59:10] [WORLD__INIT] Zone (TCP) listener started.
[11.04. - 19:59:10] [WORLD__INIT] Client (UDP) listener started.
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch 6.2
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch Titanium
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch SoF
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch SoD
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch Live
[11.04. - 19:59:10] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[11.04. - 19:59:11] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[11.04. - 19:59:11] [WORLD__LS] Loginserver provided 72.174.112.143 as world address
[11.04. - 19:59:17] [WORLD__ZONE] New TCP connection from 127.0.0.1:1804
[11.04. - 19:59:17] [WORLD__CONSOLE] New launcher from 127.0.0.1:1804
[11.04. - 19:59:17] [WORLD__LAUNCH] Adding pending launcher 1
[11.04. - 19:59:22] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'bazaar' on port 7110
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'qeytoqrg' on port 7100
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'qrg' on port 7000
[11.04. - 19:59:22] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[11.04. - 19:59:27] [WORLD__LAUNCH] zone: bazaar reported state STARTED (1 starts)
[11.04. - 19:59:27] [WORLD__ZONE] New TCP connection from 127.0.0.1:1805
[11.04. - 19:59:29] [WORLD__CONSOLE] Removing console (!tcpc->Connected) from 0.0.0.0:0
[11.04. - 19:59:29] [WORLD__LAUNCH] zone: bazaar reported state STOPPED (1 starts)
[11.04. - 19:59:47] [WORLD__LAUNCH] zone: bazaar reported state STARTED (2 starts)
[11.04. - 19:59:47] [WORLD__ZONE] New TCP connection from 127.0.0.1:1806
[11.04. - 19:59:49] [WORLD__CONSOLE] Removing console (!tcpc->Connected) from 0.0.0.0:0
[11.04. - 19:59:49] [WORLD__LAUNCH] zone: bazaar reported state STOPPED (2 starts)
[11.04. - 20:00:01] [WORLD__LAUNCH] Removing launcher zone (1)
Reply With Quote
  #2  
Old 11-04-2010, 10:44 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

You got some lines in there that should of been left alone.

<tcp ip="localhost" port="9000" telnet="disable"/> (not 3306)


In the following, if your planning on connecting to the eqemulator.net
Not sure why you have a user name and password in there. I left mine
blank to connect.

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>sandbox</account>
<password>MyPassword</password>
</loginserver>

Under your <database> make sure the actual name of the database
is entered there (most call it peq.)
Reply With Quote
  #3  
Old 11-04-2010, 11:39 PM
banjo
Fire Beetle
 
Join Date: Apr 2009
Location: montana
Posts: 4
Default

Oh that was just me thinking I was smart. I corrected my .xml, but now zone.exe keeps crashing.
Quote:

eqemu_quest_zone_2836
---------------------------------------------
[11.04. - 21:29:42] Starting Log: logs/eqemu_quest_zone_2836.log
[11.04. - 21:29:42] Tying perl output to eqemu logs
[11.04. - 21:29:42] Creating EQEmuIO=HASH(0x8216e54)
[11.04. - 21:29:42] Creating EQEmuIO=HASH(0x82086c4)
[11.04. - 21:29:42] Loading perlemb plugins.
[11.04. - 21:29:42] Loading perl commands...
[11.04. - 21:30:22] Terminating on signal SIGHUP(1)

Quote:
eqemu_debug_1592.log
---------------------------------------------
[11.04. - 21:28:56] Starting Log: logs/eqemu_debug_zone_3388.log
[11.04. - 21:28:56] [ZONE__INIT] Loading server configuration..
[11.04. - 21:28:56] [ZONE__INIT] Log settings loaded from log.ini
[11.04. - 21:28:56] [ZONE__INIT] Connecting to MySQL...
[11.04. - 21:28:56] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[11.04. - 21:28:56] [ZONE__INIT] Log settings loaded from ./log.ini
[11.04. - 21:28:56] [ZONE__INIT] Mapping Incoming Opcodes
[11.04. - 21:28:56] [ZONE__INIT] Loading Variables
[11.04. - 21:28:56] [ZONE__INIT] Loading zone names
[11.04. - 21:28:56] [ZONE__INIT] Loading items
[11.04. - 21:28:56] [ZONE__INIT] Loading npc faction lists
[11.04. - 21:28:56] [ZONE__INIT] Loading loot tables
[11.04. - 21:28:59] [ZONE__INIT] Loading skill caps
[11.04. - 21:28:59] [ZONE__INIT] Loading spells
[11.04. - 21:29:01] [ZONE__INIT] Loading guilds
[11.04. - 21:29:01] [ZONE__INIT] Loading factions
[11.04. - 21:29:01] [ZONE__INIT] Loading titles
[11.04. - 21:29:01] [ZONE__INIT] Loading AA effects
[11.04. - 21:29:01] [ZONE__INIT] Loading tributes
[11.04. - 21:29:01] [ZONE__INIT] Loading corpse timers
[11.04. - 21:29:01] [ZONE__INIT] Loading commands
[11.04. - 21:29:01] command_init(): - Command 'acceptrules' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'advnpcspawn' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'aggro' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'aggrozone' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'ai' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'altactivate' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'appearance' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'attack' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'ban' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'bestz' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'bind' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'bot' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'cast' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'castspell' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'charbackup' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'chat' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'checklos' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'connectworld' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'connectworldserver' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'copychar' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'corpse' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'crashtest' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'cvs' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'd1' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'damage' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'datarate' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'date' set to access level 90.
[11.04. - 21:29:01] command_init(): - Command 'dbspawn' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'dbspawn2' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'delacct' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'deletegraveyard' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'delpetition' set to access level 20.
[11.04. - 21:29:01] command_init(): - Command 'depop' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'depopzone' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'distance' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'doanim' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'eitem' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'emote' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'equipitem' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'face' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'fear' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'finditem' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'findnpctype' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'findspell' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'findzone' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'fixmob' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'flag' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'flagedit' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'flags' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'flymode' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'fov' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'freeze' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'fz' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'gassign' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'gender' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'getvariable' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'gi' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'ginfo' set to access level 20.
[11.04. - 21:29:01] command_init(): - Command 'giveitem' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'givemoney' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'globalview' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'gm' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'gmhideme' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'gmspeed' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'goto' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'grid' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'guild' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'guildapprove' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'guildcreate' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'guildlist' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'guilds' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'haste' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'hatelist' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'heal' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'help' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'hideme' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'hp' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'incstat' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'instance' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'interrupt' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'invul' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'invulnerable' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'ipban' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'iplookup' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'iteminfo' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'itemsearch' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'itemtest' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'kick' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'kill' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'lastname' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'level' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'listnpcs' set to access level 20.
[11.04. - 21:29:01] command_init(): - Command 'listpetition' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'loc' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'lock' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'log' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'logs' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'logsql' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'los' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'makepet' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'mana' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'manaburn' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'manastat' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'memspell' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'mlog' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'modifynpcstat' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'motd' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'movechar' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'mystats' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'name' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'netstats' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'nologs' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'npccast' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'npcedit' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'npcemote' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'npcloot' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'npcsay' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'npcshout' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'npcspawn' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'npcspecialatk' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'npcspecialattack' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'npcspecialattk' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'npcstats' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'npctypespawn' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'nukebuffs' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'nukeitem' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'numauths' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'object' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'oocmute' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'opcode' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'optest' set to access level 255.
[11.04. - 21:29:01] command_init(): - Command 'path' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'peekinv' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'peqzone' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'permaclass' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'permagender' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'permarace' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'petitioninfo' set to access level 20.
[11.04. - 21:29:01] command_init(): - Command 'pf' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'pvp' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'qglobal' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'race' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'raidloot' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'randomfeatures' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'refreshgroup' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'refundaa' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'reloadpl' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'reloadqst' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'reloadquest' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'reloadstatic' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'reloadzonepoints' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'reloadzps' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'repop' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'resetaa' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'revoke' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'rules' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'save' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'scribespell' set to access level 180.
[11.04. - 21:29:01] command_init(): - Command 'scribespells' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'search' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'sendop' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'sendzonespawns' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'serverinfo' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'serverrules' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'serversidename' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'setaaexp' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'setaapoints' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'setaapts' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'setaaxp' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'setadventurepoints' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'setallskill' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'setanim' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'setcrystals' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'setexp' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'setfaction' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'setgraveyard' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'setitemstatus' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'setlanguage' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'setlsinfo' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'setpass' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'setpvppoints' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'setskill' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'setskillall' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'setstartzone' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'setstat' set to access level 255.
[11.04. - 21:29:01] command_init(): - Command 'setxp' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'showbuffs' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'showpetspell' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'showskills' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'showstats' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'shutdown' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'si' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'size' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'spawn' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'spawnfix' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'spawnstatus' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'spellinfo' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'spfind' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'spoff' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'spon' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'stun' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'summon' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'summonitem' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'suspend' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'synctod' set to access level 90.
[11.04. - 21:29:01] command_init(): - Command 'task' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'testspawn' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'testspawnkill' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'texture' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'time' set to access level 90.
[11.04. - 21:29:01] command_init(): - Command 'timers' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'timezone' set to access level 90.
[11.04. - 21:29:01] command_init(): - Command 'title' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'traindisc' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'undyeme' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'unfreeze' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'unlock' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'unscribespell' set to access level 180.
[11.04. - 21:29:01] command_init(): - Command 'unscribespells' set to access level 180.
[11.04. - 21:29:01] command_init(): - Command 'uptime' set to access level 10.
[11.04. - 21:29:01] command_init(): - Command 'version' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'viewmessage' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'viewmessages' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'viewnpctype' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'viewpetition' set to access level 20.
[11.04. - 21:29:01] command_init(): - Command 'wc' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'weather' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'worldshutdown' set to access level 200.
[11.04. - 21:29:01] command_init(): - Command 'wp' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'wpadd' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'wpinfo' set to access level 170.
[11.04. - 21:29:01] command_init(): - Command 'zclip' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zcolor' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zhdr' set to access level 0.
[11.04. - 21:29:01] command_init(): - Command 'zheader' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zone' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'zonebootup' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'zoneinstance' set to access level 50.
[11.04. - 21:29:01] command_init(): - Command 'zonelock' set to access level 100.
[11.04. - 21:29:01] command_init(): - Command 'zoneshutdown' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'zonespawn' set to access level 250.
[11.04. - 21:29:01] command_init(): - Command 'zonestatus' set to access level 150.
[11.04. - 21:29:01] command_init(): - Command 'zsafecoords' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zsave' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zsky' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zstats' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zunderworld' set to access level 80.
[11.04. - 21:29:01] command_init(): - Command 'zuwcoords' set to access level 80.
[11.04. - 21:29:01] [ZONE__INIT] 240 commands loaded
[11.04. - 21:29:01] [ZONE__INIT] Loaded default rule set 'default'
[11.04. - 21:29:01] [ZONE__INIT] Loading Tasks
[11.04. - 21:29:01] [ZONE__INIT] Loading embedded perl XS
[11.04. - 21:29:01] [ZONE__INIT] Loading quests
[11.04. - 21:29:01] The next weather check for zone: bazaar will be in 10010 seconds.






Quote:
eqemu_debug_1592.log
---------------------------------------------
[11.04. - 21:28:30] Starting Log: logs/eqemu_debug_1592.log
[11.04. - 21:28:30] [LAUNCHER__INIT] Loading server configuration..
[11.04. - 21:28:31] [NET__WORLD] WorldConnection connect: Connecting to the server localhost:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[11.04. - 21:28:31] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[11.04. - 21:28:31] [LAUNCHER__INIT] Starting main loop...
[11.04. - 21:28:51] [NET__WORLD] Connected to World: localhost:9000
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone bazaar.
[11.04. - 21:28:56] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[11.04. - 21:28:56] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[11.04. - 21:28:56] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[11.04. - 21:28:56] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[11.04. - 21:28:56] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone qeytoqrg.
[11.04. - 21:28:56] [LAUNCHER__WORLD] World told us to start zone qrg.
[11.04. - 21:28:56] [LAUNCHER__STATUS] Starting zone bazaar
[11.04. - 21:28:56] [LAUNCHER__STATUS] Zone bazaar has been started.
[11.04. - 21:28:56] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[11.04. - 21:29:06] [LAUNCHER__STATUS] Zone bazaar has gone down. Restart timer started.
[11.04. - 21:29:16] [LAUNCHER__STATUS] Starting zone dynamic_01
[11.04. - 21:29:16] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[11.04. - 21:29:16] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[11.04. - 21:29:38] [LAUNCHER__STATUS] Starting zone bazaar
[11.04. - 21:29:38] [LAUNCHER__STATUS] Zone bazaar has been started.
[11.04. - 21:29:38] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:29:42] [LAUNCHER__STATUS] Starting zone dynamic_02
[11.04. - 21:29:42] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[11.04. - 21:29:42] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:29:46] [LAUNCHER__STATUS] Zone bazaar has gone down. Restart timer started.
[11.04. - 21:29:46] [LAUNCHER__STATUS] Starting zone dynamic_03
[11.04. - 21:29:46] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[11.04. - 21:29:46] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:29:48] [LAUNCHER__STATUS] Starting zone dynamic_04
[11.04. - 21:29:48] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[11.04. - 21:29:48] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:29:52] [LAUNCHER__STATUS] Starting zone dynamic_05
[11.04. - 21:29:52] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[11.04. - 21:29:52] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:29:56] [LAUNCHER__STATUS] Starting zone bazaar
[11.04. - 21:29:56] [LAUNCHER__STATUS] Zone bazaar has been started.
[11.04. - 21:29:56] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:00] [LAUNCHER__STATUS] Zone bazaar has gone down. Restart timer started.
[11.04. - 21:30:00] [LAUNCHER__STATUS] Starting zone qeytoqrg
[11.04. - 21:30:00] [LAUNCHER__STATUS] Zone qeytoqrg has been started.
[11.04. - 21:30:00] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:02] [LAUNCHER__STATUS] Zone qeytoqrg has gone down. Restart timer started.
[11.04. - 21:30:04] [LAUNCHER__STATUS] Starting zone qrg
[11.04. - 21:30:04] [LAUNCHER__STATUS] Zone qrg has been started.
[11.04. - 21:30:04] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:06] [LAUNCHER__STATUS] Zone qrg has gone down. Restart timer started.
[11.04. - 21:30:12] [LAUNCHER__STATUS] Starting zone bazaar
[11.04. - 21:30:12] [LAUNCHER__STATUS] Zone bazaar has been started.
[11.04. - 21:30:12] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:16] [LAUNCHER__STATUS] Starting zone qeytoqrg
[11.04. - 21:30:16] [LAUNCHER__STATUS] Zone qeytoqrg has been started.
[11.04. - 21:30:16] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:18] [LAUNCHER__STATUS] Starting zone qrg
[11.04. - 21:30:18] [LAUNCHER__STATUS] Zone qrg has been started.
[11.04. - 21:30:18] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[11.04. - 21:30:20] [LAUNCHER__STATUS] Zone qeytoqrg has gone down. Restart timer started.
[11.04. - 21:30:22] [LAUNCHER__STATUS] Zone dynamic_03 has gone down. Restart timer started.
[11.04. - 21:30:22] [LAUNCHER__STATUS] Zone bazaar has gone down. Restart timer started.
[11.04. - 21:30:22] [LAUNCHER__STATUS] Zone dynamic_04 has gone down. Restart timer started.
[11.04. - 21:30:22] [LAUNCHER__STATUS] Zone qrg has gone down. Restart timer started.
[11.04. - 21:30:22] [LAUNCHER__STATUS] Zone dynamic_05 has gone down. Restart timer started.

Last edited by banjo; 11-04-2010 at 11:45 PM.. Reason: premature posting
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:51 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3