View Full Version : Server seems to load fine won't populate on server list or direct connect
Bohbo
08-07-2014, 12:30 AM
I have been working on this for a few days on and off and I cannot figure out my problem. I am looking for a little help on this. I followed the guide pretty well with a little adjustment for SVN / Git and i think i did okay. The server starts without errors (although my zone_dynamic****.log files are empty). I don't see the server listed on the in game server selection. I tried compiling with the login server and can't connect directly either.
I have tried just changing the 3 variables of short name (one word) and long name (3 words) and database information.
World.exe = Status using database PEQ at 127.0.0.1:3306
0:Sleeping = blank
queryserv.exe = Status using database PEQ at 127.0.0.1:3306
ucs.exe = Status using database PEQ at 127.0.0.1:3306
My only other log giles are the debug zones and they all pretty much look like this: (short snippet)
[08.06. - 11:50:10] Starting Log: logs/eqemu_debug_zone_2636.log
[08.06. - 11:50:10] command_init(): - Command 'acceptrules' set to access level 90.
[08.06. - 11:50:10] command_init(): - Command 'aggrozone' set to access level 200.
[08.06. - 11:50:10] command_init(): - Command 'altactivate' set to access level 90.
[08.06. - 11:50:10] command_init(): - Command 'appearance' set to access level 150.
[08.06. - 11:50:10] command_init(): - Command 'attack' set to access level 150.
[08.06. - 11:50:10] command_init(): - Command 'ban' set to access level 200.
[08.06. - 11:50:10] command_init(): - Command 'bestz' set to access level 80.
[08.06. - 11:50:10] command_init(): - Command 'bind' set to access level 80.
[08.06. - 11:50:10] command_init(): - Command 'bot' set to access level 0.
[08.06. - 11:50:10] command_init(): - Command 'cast' set to access level 90.
[08.06. - 11:50:10] command_init(): - Command 'castspell' set to access level 90.
I would love some help on this. I am trying to setup a custom server so I can use MQ2 to teach programming in a fun environment. Give assignments like:
Break Crushbone throne room spawns and maintain script through 4 spawns without deaths for example
Kingly_Krab
08-07-2014, 12:31 AM
Would you mind posting an entire debug log and your eqemu_config.xml (with sensitive information like your database information removed)?
Bohbo
08-07-2014, 12:54 AM
Would you mind posting an entire debug log and your eqemu_config.xml (with sensitive information like your database information removed)?
No problem, thanks for the fast reply, what would be the best way to post it, dropbox, embed text, add attachment in forum (not sure if its possible)?
Bohbo
08-07-2014, 12:54 AM
<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>Bohbo</shortname>
<longname>Bohbo's Server</longname>
<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->
<!-- Loginserver information. DO NOT EDIT -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!--<locked/>-->
<!-- <unlocked/> -->
<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>somelongrandomstring12345</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. DO NOT EDIT -->
<chatserver>
<host>192.168.1.x</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
<host>192.168.1.x</host>
<port>7778</port>
</mailserver>
<zones>
<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>
<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
<ports low="7000" high="7100"/>
</zones>
<!-- Set username to root and password is your MySQL password and db to peq -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>**********</password>
<db>peq</db>
</database>
<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>***********</password>
<db>peq</db>
</qsdatabase>
<!-- Launcher Configuration DO NOT EDIT-->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>
<!-- File locations. DO NOT EDIT -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
Bohbo
08-07-2014, 12:55 AM
I get a bunch of duplicate versions of this:
---------------------------------------------
[08.06. - 12:02:41] Starting Log: logs/eqemu_debug_zone_4232.log
[08.06. - 12:02:41] command_init(): - Command 'acceptrules' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'aggrozone' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'altactivate' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'appearance' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'attack' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'ban' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'bestz' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'bind' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'bot' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'cast' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'castspell' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'charbackup' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'chat' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'copychar' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'corpse' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'crashtest' set to access level 201.
[08.06. - 12:02:41] command_init(): - Command 'cvs' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'damage' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'date' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'dbspawn2' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'delacct' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'delpetition' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'depop' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'depopzone' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'emote' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'finditem' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'findnpctype' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'findspell' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'findzone' set to access level 1.
[08.06. - 12:02:41] command_init(): - Command 'fixmob' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'flag' set to access level 201.
[08.06. - 12:02:41] command_init(): - Command 'flagedit' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'flags' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'flymode' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'freeze' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'fz' set to access level 1.
[08.06. - 12:02:41] command_init(): - Command 'gassign' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'gender' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'giveitem' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'givemoney' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'gm' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'gmspeed' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'goto' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'grid' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'guild' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'haste' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'heal' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'hideme' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'hp' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'instance' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'invul' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'invulnerable' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'ipban' set to access level 201.
[08.06. - 12:02:41] command_init(): - Command 'itemsearch' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'kick' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'kill' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'lastname' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'level' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'listnpcs' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'listpetition' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'loc' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'lock' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'makepet' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'mana' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'maxskills' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'memspell' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'motd' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'movechar' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'mysql' set to access level 255.
[08.06. - 12:02:41] command_init(): - Command 'name' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'netstats' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'npccast' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'npcedit' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'npcemote' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'npcloot' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'npcsay' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'npcshout' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'npcspawn' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'npcspecialattk' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'npcstats' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'npctypespawn' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'nukebuffs' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'peekinv' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'peqzone' set to access level 2.
[08.06. - 12:02:41] command_init(): - Command 'permaclass' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'permagender' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'permarace' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'pvp' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'qglobal' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'questerrors' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'race' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'randomfeatures' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'refundaa' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'reloadlevelmods' set to access level 255.
[08.06. - 12:02:41] command_init(): - Command 'reloadqst' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'reloadworld' set to access level 255.
[08.06. - 12:02:41] command_init(): - Command 'repop' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'resetaa' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'revoke' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'rules' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'save' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'scribespell' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'scribespells' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'search' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'sendzonespawns' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'serverinfo' set to access level 201.
[08.06. - 12:02:41] command_init(): - Command 'serverrules' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'serversidename' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'setaapts' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'setaaxp' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'setadventurepoints' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'setallskill' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'setlsinfo' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'setskill' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'setskillall' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'setstartzone' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'setxp' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'showbuffs' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'showpetspell' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'showstats' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'shutdown' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'size' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'spawn' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'spawnfix' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'spawnstatus' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'spfind' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'spoff' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'spon' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'summon' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'summonitem' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'suspend' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'texture' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'tgczone' set to access level 3.
[08.06. - 12:02:41] command_init(): - Command 'title' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'traindisc' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'undyeme' set to access level 0.
[08.06. - 12:02:41] command_init(): - Command 'unfreeze' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'unlock' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'unscribespell' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'unscribespells' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'viewpetition' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'weather' set to access level 90.
[08.06. - 12:02:41] command_init(): - Command 'worldshutdown' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'wp' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'wpadd' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'wpinfo' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'zclip' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'zcolor' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'zheader' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'zone' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'zonebootup' set to access level 100.
[08.06. - 12:02:41] command_init(): - Command 'zoneinstance' set to access level 80.
[08.06. - 12:02:41] command_init(): - Command 'zonelock' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'zoneshutdown' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'zsafecoords' set to access level 150.
[08.06. - 12:02:41] command_init(): - Command 'zsave' set to access level 200.
[08.06. - 12:02:41] command_init(): - Command 'zsky' set to access level 150.
Kingly_Krab
08-07-2014, 01:13 AM
The best way to post it would be in tags like this: [code]text Also, set this:<host>eqemulator.net</host> To this: <host>login.eqemulator.net</host> Restart your server then tell me if your issue's resolved.
Bohbo
08-07-2014, 01:19 AM
[/code] To this: <host>login.eqemulator.net</host> and restart your server then tell me if your issue's resolved.[/QUOTE]
Well I will be damned! you scored I see it on the server list. Plus I got in Saw NPCs and even killed a young scaled wolf!
You rock man. I will report back when i get it setup as private login, i will recompile. If you happen to know offhand anything not in the guide it would be helpful. I have a static IP and ports forwarded already.
Kingly_Krab
08-07-2014, 01:27 AM
Not sure what else I could tell you, but this post (http://www.eqemulator.org/forums/showthread.php?t=37978) tells you about the IP change that I just told you about.
Bohbo
08-07-2014, 01:28 AM
Not sure what else I could tell you, but this post (http://www.eqemulator.org/forums/showthread.php?t=37978) tells you about the IP change that I just told you about.
Really, thank you again.
Kingly_Krab
08-07-2014, 01:43 AM
You're welcome, enjoy your server!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.