View Single Post
  #64  
Old 03-29-2009, 12:36 AM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Red face

Thanks again. One more clarification. You wrote:

"Replace accountname with a account you will use in your eqemu_config.xml under <account>"

Here is the contents of my eqemu_config.xml (names and password have been changed). Which piece of information are you calling the "accountname"? Is it the shortname, the username, something else?
Code:
 <?xml version="1.0">
<server>
        <world>
                <shortname>NAME</shortname>
                <longname>LONG NAME</longname>

                <!-- 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" enabled="true" mimefile="mime.types" />
        </world>

                <!-- Database configuration, replaces db.ini. -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>username</username>
                <password>password</password>
                <db>peq</db>
        </database>
</server>
Reply With Quote