EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   sever screen blank (https://www.eqemulator.org/forums/showthread.php?t=22819)

vales 05-22-2007 11:55 AM

Actually, by looking at your log files, it looks like there's no zone entry name in your zone launcher. Well there is, but it's set at NONE.

In MySQL, look under the launcher table. There should be two entries - dynamic and name. Under name, set it to zone. And under dynamic, set it to 6. That's the default values from the PEQ CVS.

Did you remember to change the ip in eqhosts.txt to 127.0.0.1?

Wizardanim 05-26-2007 10:13 AM

*edit* misunderstood issue...

For the post above; just trying to avoid confusion... I dont think that would effect him seeing a server on the server select screen?

maby just to compare... heres a working file, setup for LAN - didnt ever change the chat host channels... they wont effect anything tho

Code:

<?xml version="1.0">
<server>
        <world>
                <shortname>Eqroxx</shortname>
                <longname>UberMaxxServer</longname>

               
                <address>192.168.1.2</address>
                <localaddress>127.0.0.1</localaddress>

               
                <loginserver>
                        <host>192.168.1.2</host>
                        <port>5999</port>
                        <account></account>
                        <password></password>
                </loginserver>

               
                       
                <tcp ip="localhost" port="9000" telnet="disable"/>

       
                <key>some long random string</key>
               
                </world>
        <chatserver>
        <host>channels.eqemulator.net</host>
        <port>7778</port>
        </chatserver>


        <mailserver>
        <host>channels.eqemulator.net</host>
        <port>7779</port>
        </mailserver>


        <zones>
                <defaultstatus>20</defaultstatus>

               
                <ports low="7000" high="7100"/>
        </zones>


        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>******</username>
                <password>******</password>
                <db>PEQ</db>
        </database>


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


        <files>
                <spells>spells_us.txt</spells>
                <opcodes>opcodes.conf</opcodes>
                <logsettings>log.ini</logsettings>
                <eqtime>eqtime.cfg</eqtime>
        </files>
       
        <directories>
                <maps>Maps</maps>
                <quests>quests</quests>
                <plugins>plugins</plugins>
        </directories>
</server>


jimbabwe 05-26-2007 10:37 AM

I guess he got it working or gave up /shrug.


All times are GMT -4. The time now is 12:39 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.