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 10-19-2010, 07:07 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default Error when starting serverstart.bat

I followed this guide there, I did change my port to 5998 due to using Titanium, other than with the exception of
<world>
<shortname>put my name here</shortname>
<longname>put my name here</longname>

I get the below error. I installed the version of perl and mysql it stated to install. But can't figure out this error


The issue I am having is that when I run start.bat, I receive a message box: World.exe application error - The application was unable to start correctly (0xc000007b) click okay to close the application.


[DEBUG] Starting Log: logs/eqemu_debug_3600.log
[DEBUG] [LAUNCHER__INIT] Loading server configuration..
[DEBUG [NET__WORLD] WorldConnection connect: Connecting to the server localhost:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[DEBUG [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[DEBUG [LAUNCHER__INIT] Starting main loop...
Reply With Quote
  #2  
Old 10-19-2010, 07:10 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

i'm using windows 7 64 bit if that matters or not
Reply With Quote
  #3  
Old 10-19-2010, 07:52 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

I got the message box to go away by installing Perl 32 bit, now when i click the serverstart.bat file it runs but i get this as an end result

[Debug] Starting Log: logs/eqemu_debug_3136.log
[Debug] [LAUNCHER_INIT] Loading server configuration..
[Debug] [NET_WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection:: connect() failed. Error: 10061
[Debug] [LAUNCHER_ERROR] worldserver.Connect() FAILED! Will retry.
[DEBUG [LAUNCHER__INIT] Starting main loop...
Reply With Quote
  #4  
Old 10-19-2010, 08:08 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

here is my config.xml file
i did have my password in here though but took out for posting <password></password>


Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>Test101</shortname>
<longname>Test101</longname>

<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password></password>
<db>peq</db>
</database>
</server>
Reply With Quote
  #5  
Old 10-19-2010, 08:28 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

couple more of what my logs say

---------------------------------------------
[10.19. - 19:25:18] Starting Log: logs/eqemu_error_world_3188.log
[10.19. - 19:25:18] Failed to connect to database: Error: #1045: Access denied for user 'root'@'localhost' (using password: YES)


---------------------------------------------
[10.19. - 19:25:17] Starting Log: logs/eqemu_debug_world_3188.log
[10.19. - 19:25:17] [WORLD__INIT] Loading server configuration..
[10.19. - 19:25:17] [WORLD__INIT] Warning: Unable to read log.ini
[10.19. - 19:25:17] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[10.19. - 19:25:17] [WORLD__INIT] Added loginserver localhost:5998
[10.19. - 19:25:17] [WORLD__INIT] Connecting to MySQL...
[10.19. - 19:25:18] [WORLD__INIT_ERR] Cannot continue without a database connection.
Reply With Quote
  #6  
Old 10-19-2010, 08:31 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

It would appear at the very least that the password in your config file for the database connection is wrong. Try fixing that.
Reply With Quote
  #7  
Old 10-19-2010, 08:40 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

ok, so that part is fixed now i get this, logs below.
Sorry for the long post, not sure what all is needed

---------------------------------------------
[10.19. - 19:59:14] Starting Log: logs/eqemu_debug_2676.log
[10.19. - 19:59:14] [LAUNCHER__INIT] Loading server configuration..
[10.19. - 19:59:14] [LAUNCHER__INIT] Starting main loop...
[10.19. - 19:59:14] [NET__WORLD] Connected to World: 127.0.0.1:9000
[10.19. - 19:59:19] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[10.19. - 19:59:19] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[10.19. - 19:59:19] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[10.19. - 19:59:19] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[10.19. - 19:59:19] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[10.19. - 19:59:19] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[10.19. - 19:59:19] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[10.19. - 19:59:19] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[10.19. - 19:59:19] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[10.19. - 19:59:19] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[10.19. - 19:59:19] [LAUNCHER__STATUS] Starting zone dynamic_01
[10.19. - 19:59:19] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[10.19. - 19:59:19] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[10.19. - 19:59:39] [LAUNCHER__STATUS] Starting zone dynamic_02
[10.19. - 19:59:39] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[10.19. - 19:59:39] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[10.19. - 19:59:41] [LAUNCHER__STATUS] Starting zone dynamic_03
[10.19. - 19:59:41] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[10.19. - 19:59:41] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[10.19. - 19:59:43] [LAUNCHER__STATUS] Starting zone dynamic_04
[10.19. - 19:59:43] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[10.19. - 19:59:43] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[10.19. - 19:59:45] [LAUNCHER__STATUS] Starting zone dynamic_05
[10.19. - 19:59:45] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[10.19. - 19:59:45] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.



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



---------------------------------------------
[10.19. - 19:59:05] Starting Log: logs/eqemu_debug_world_2448.log
[10.19. - 19:59:05] [WORLD__INIT] Loading server configuration..
[10.19. - 19:59:05] [WORLD__INIT] Warning: Unable to read log.ini
[10.19. - 19:59:05] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[10.19. - 19:59:05] [WORLD__INIT] Added loginserver localhost:5998
[10.19. - 19:59:05] [WORLD__INIT] Connecting to MySQL...
[10.19. - 19:59:06] [WORLD__INIT] HTTP world service disabled.
[10.19. - 19:59:06] [WORLD__INIT] Loading variables..
[10.19. - 19:59:06] [WORLD__INIT] Loading zones..
[10.19. - 19:59:06] [WORLD__INIT] Clearing groups..
[10.19. - 19:59:06] [WORLD__INIT] Clearing raids..
[10.19. - 19:59:06] [WORLD__INIT] Loading items..
[10.19. - 19:59:10] [WORLD__INIT] Loading guilds..
[10.19. - 19:59:10] [WORLD__INIT] Loaded default rule set 'default'
[10.19. - 19:59:10] [WORLD__INIT] Clearing temporary merchant lists..
[10.19. - 19:59:10] [WORLD__INIT] Loading EQ time of day..
[10.19. - 19:59:10] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[10.19. - 19:59:10] [WORLD__INIT] Loading launcher list..
[10.19. - 19:59:10] [WORLD__INIT] Reboot zone modes ON
[10.19. - 19:59:10] [WORLD__INIT] Deleted 0 stale player corpses from database
[10.19. - 19:59:10] [WORLD__INIT] Deleted 0 stale player backups from database
[10.19. - 19:59:10] [WORLD__INIT] Loading adventures...
[10.19. - 19:59:10] [WORLD__INIT] Purging expired instances
[10.19. - 19:59:10] [WORLD__INIT] Zone (TCP) listener started.
[10.19. - 19:59:10] [WORLD__INIT] Client (UDP) listener started.
[10.19. - 19:59:10] [NET__IDENTIFY] Registered patch 6.2
[10.19. - 19:59:10] [NET__IDENTIFY] Registered patch Titanium
[10.19. - 19:59:10] [NET__IDENTIFY] Registered patch SoF
[10.19. - 19:59:10] [NET__IDENTIFY] Registered patch SoD
[10.19. - 19:59:10] [NET__IDENTIFY] Registered patch Live
[10.19. - 19:59:10] [WORLD__LS] Connecting to login server: localhost:5998
[10.19. - 19:59:10] [WORLD__LS] Setting World to MiniLogin Server type
[10.19. - 19:59:10] [WORLD__LS] Connected to Loginserver: localhost:5998
[10.19. - 19:59:10] [WORLD__LS_ERR] Login server responded with FatalError.
[10.19. - 19:59:10] [WORLD__LS_ERR] Bad server name. Unknown reason.
[10.19. - 19:59:14] [WORLD__ZONE] New TCP connection from 127.0.0.1:50537
[10.19. - 19:59:14] [WORLD__CONSOLE] New launcher from 127.0.0.1:50537
[10.19. - 19:59:14] [WORLD__LAUNCH] Adding pending launcher 1
[10.19. - 19:59:14] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[10.19. - 19:59:14] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[10.19. - 19:59:19] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[10.19. - 19:59:20] [WORLD__LS] Connecting to login server: localhost:5998
[10.19. - 19:59:20] [WORLD__LS] Setting World to MiniLogin Server type
[10.19. - 19:59:20] [WORLD__LS] Connected to Loginserver: localhost:5998
[10.19. - 19:59:20] [WORLD__LS_ERR] Login server responded with FatalError.
[10.19. - 19:59:20] [WORLD__LS_ERR] Bad server name. Unknown reason.
[10.19. - 19:59:23] [WORLD__ZONE] New TCP connection from 127.0.0.1:50540
[10.19. - 19:59:23] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:50540
[10.19. - 19:59:23] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[10.19. - 19:59:23] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use port 7000
[10.19. - 19:59:30] [WORLD__LS] Connecting to login server: localhost:5998
[10.19. - 19:59:30] [WORLD__LS] Setting World to MiniLogin Server type
[10.19. - 19:59:30] [WORLD__LS] Connected to Loginserver: localhost:5998
[10.19. - 19:59:30] [WORLD__LS_ERR] Login server responded with FatalError.
[10.19. - 19:59:30] [WORLD__LS_ERR] Bad server name. Unknown reason.
[10.19. - 19:59:39] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[10.19. - 19:59:40] [WORLD__LS] Connecting to login server: localhost:5998
[10.19. - 19:59:40] [WORLD__LS] Setting World to MiniLogin Server type
[10.19. - 19:59:40] [WORLD__LS] Connected to Loginserver: localhost:5998
[10.19. - 19:59:40] [WORLD__LS_ERR] Login server responded with FatalError.
[10.19. - 19:59:40] [WORLD__LS_ERR] Bad server name. Unknown reason.
[10.19. - 19:59:40] [WORLD__ZONE] New TCP connection from 127.0.0.1:50544
[10.19. - 19:59:40] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:50544
[10.19. - 19:59:40] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[10.19. - 19:59:40] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use port 7001
[10.19. - 19:59:41] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[10.19. - 19:59:42] [WORLD__ZONE] New TCP connection from 127.0.0.1:50546
[10.19. - 19:59:42] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:50546
[10.19. - 19:59:42] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zone
[10.19. - 19:59:42] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use port 7002
[10.19. - 19:59:43] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[10.19. - 19:59:44] [WORLD__ZONE] New TCP connection from 127.0.0.1:50548
[10.19. - 19:59:44] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:50548
[10.19. - 19:59:44] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[10.19. - 19:59:44] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use port 7003
Reply With Quote
  #8  
Old 10-19-2010, 09:02 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Not sure what guide you read for the install, but under "shortname" in your config file, its ONE word, as in myserver, and the "longname is a few words, like "This is my server". (with the spaces) Use what names you want.
But also make you sure you entered the INSERT command in the guide for the world registration, which also includes your server name in the command.
Its all in the guides.
Reply With Quote
  #9  
Old 10-19-2010, 09:07 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

Quote:
Originally Posted by Huppy View Post
But also make you sure you entered the INSERT command in the guide for the world registration, which also includes your server name in the command.
.
I'm confused by this.

And is the bad server name the cause of my issue?
Reply With Quote
  #10  
Old 10-19-2010, 09:33 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Here, go to this link and read it, it should help you;
http://www.eqemulator.org/forums/showthread.php?t=32293
Reply With Quote
  #11  
Old 10-19-2010, 09:41 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

Quote:
Originally Posted by Huppy View Post
Here, go to this link and read it, it should help you;
http://www.eqemulator.org/forums/showthread.php?t=32293

ok, but I used this setup guide. http://www.eqemulator.net/wiki/wikka.php?wakka=Windows
Thanks for the link, but I don't want to detract from the guide I used. I'm trying to figure out why I have the errors w/the above link. Which I guess there are dozens of ways to set this up and it appears that I may be close to it, or so I believe.
Reply With Quote
  #12  
Old 10-19-2010, 11:16 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

I think i may have it working, but I'm not sure as I don't exactly know what the end result should be. 2 more logs below. Assuming it is running properly, what exactly do I need to do to the client to log in. I tried logging in with the name and password I created in the setup and entered into the databse but that didn't not work I received db error. Do I have to make another client? I was using the one I logged into some of the other servers with.

I dont see the server on the website server list so I'm guessing it's not up or does a minilogin not show up on the list of servers on the site????


---------------------------------------------
[10.19. - 22:06:20] Starting Log: logs/eqemu_error_world_5100.log
[10.19. - 22:06:20] Could not load EQTime file eqtime.cfg




---------------------------------------------
[10.19. - 22:06:14] Starting Log: logs/eqemu_debug_world_5100.log
[10.19. - 22:06:14] [WORLD__INIT] Loading server configuration..
[10.19. - 22:06:14] [WORLD__INIT] Warning: Unable to read log.ini
[10.19. - 22:06:14] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[10.19. - 22:06:14] [WORLD__INIT] Added loginserver localhost:5998
[10.19. - 22:06:14] [WORLD__INIT] Connecting to MySQL...
[10.19. - 22:06:15] [WORLD__INIT] HTTP world service disabled.
[10.19. - 22:06:15] [WORLD__INIT] Loading variables..
[10.19. - 22:06:15] [WORLD__INIT] Loading zones..
[10.19. - 22:06:15] [WORLD__INIT] Clearing groups..
[10.19. - 22:06:15] [WORLD__INIT] Clearing raids..
[10.19. - 22:06:15] [WORLD__INIT] Loading items..
[10.19. - 22:06:19] [WORLD__INIT] Loading guilds..
[10.19. - 22:06:20] [WORLD__INIT] Loaded default rule set 'default'
[10.19. - 22:06:20] [WORLD__INIT] Clearing temporary merchant lists..
[10.19. - 22:06:20] [WORLD__INIT] Loading EQ time of day..
[10.19. - 22:06:20] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[10.19. - 22:06:20] [WORLD__INIT] Loading launcher list..
[10.19. - 22:06:20] [WORLD__INIT] Reboot zone modes ON
[10.19. - 22:06:20] [WORLD__INIT] Deleted 0 stale player corpses from database
[10.19. - 22:06:20] [WORLD__INIT] Deleted 0 stale player backups from database
[10.19. - 22:06:20] [WORLD__INIT] Loading adventures...
[10.19. - 22:06:20] [WORLD__INIT] Purging expired instances
[10.19. - 22:06:20] [WORLD__INIT] Zone (TCP) listener started.
[10.19. - 22:06:20] [WORLD__INIT] Client (UDP) listener started.
[10.19. - 22:06:20] [NET__IDENTIFY] Registered patch 6.2
[10.19. - 22:06:20] [NET__IDENTIFY] Registered patch Titanium
[10.19. - 22:06:20] [NET__IDENTIFY] Registered patch SoF
[10.19. - 22:06:20] [NET__IDENTIFY] Registered patch SoD
[10.19. - 22:06:20] [NET__IDENTIFY] Registered patch Live
[10.19. - 22:06:20] [WORLD__LS] Connecting to login server: localhost:5998
[10.19. - 22:06:20] [WORLD__LS] Setting World to MiniLogin Server type
[10.19. - 22:06:20] [WORLD__LS] Connected to Loginserver: localhost:5998
[10.19. - 22:06:23] [WORLD__ZONE] New TCP connection from 127.0.0.1:49498
[10.19. - 22:06:23] [WORLD__CONSOLE] New launcher from 127.0.0.1:49498
[10.19. - 22:06:23] [WORLD__LAUNCH] Adding pending launcher 1
[10.19. - 22:06:23] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[10.19. - 22:06:23] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[10.19. - 22:06:28] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[10.19. - 22:06:41] [WORLD__ZONE] New TCP connection from 127.0.0.1:49500
[10.19. - 22:06:41] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:49500
[10.19. - 22:06:41] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[10.19. - 22:06:41] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use port 7000
[10.19. - 22:06:48] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[10.19. - 22:06:49] [WORLD__ZONE] New TCP connection from 127.0.0.1:49502
[10.19. - 22:06:49] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:49502
[10.19. - 22:06:49] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[10.19. - 22:06:49] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use port 7001
[10.19. - 22:06:50] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[10.19. - 22:06:51] [WORLD__ZONE] New TCP connection from 127.0.0.1:49504
[10.19. - 22:06:51] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:49504
[10.19. - 22:06:51] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zone
[10.19. - 22:06:51] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use port 7002
[10.19. - 22:06:52] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[10.19. - 22:06:53] [WORLD__ZONE] New TCP connection from 127.0.0.1:49506
[10.19. - 22:06:53] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:49506
[10.19. - 22:06:53] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[10.19. - 22:06:53] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use port 7003
[10.19. - 22:06:55] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[10.19. - 22:06:55] [WORLD__ZONE] New TCP connection from 127.0.0.1:49508
[10.19. - 22:06:55] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:49508
[10.19. - 22:06:55] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[10.19. - 22:06:55] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use port 7004
Reply With Quote
  #13  
Old 10-19-2010, 11:56 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

still trying to figure out how to log in from the client. I have a login and password in the accounts table. I have that same info in the login server info of the eqemu_config.xml file. But when i go to log in i get DB error Invalid Password, i checked the case of both and i have it correct. Am i even at the stage to where I can log in based on the log i posted above?
Reply With Quote
  #14  
Old 10-20-2010, 12:09 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

You would NOT be using any login server if you want to see your server on the website list. Your server has to patch in to the eqemulator.net port=5998
Thats what goes in your config under "Login Server" if you want it on their live server list. If your client is using Titanium or SoF, your eqhost file points to port 5998, if SoD client it points to 5999
Reply With Quote
  #15  
Old 10-20-2010, 12:10 AM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

well im not worried about it being on the list, i just thought that is what had to happen for it show that your up and running correctly, apparently not though. All I want to do now is log in from my client, which I can't seem to do. and I have an account name and password set up in the accounts table, but i get DB error invalid password, and i've checked to make sure the password is correct. So I guess what do i have to do to get my client to talk to my server assuming my server is setup correctly. All the ports show 5998 as i'm using titanium.

here is my eqemu_config.xml file, password taken out of the database info for posting

Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>Test7</shortname>
<longname>The Test7 EQ</longname>

<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>peq</db>
</database>
</server>
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 10:37 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