View Single Post
  #10  
Old 07-05-2009, 05:10 PM
Producer_BMW's Avatar
Producer_BMW
Hill Giant
 
Join Date: Jan 2008
Location: VA
Posts: 181
Default

i think one sec

<?xml version="1.0">
<server>
<world>
<shortname>Producers PvP World</shortname>
<longname> ! [ A Return of Rallos]PVP|Reward item-loot Custom(PVP)Better than before (PRODUCERS-PVP)</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.1.71</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</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" enabled="true" mimefile="mime.types" />
</world>

<zones>
<defaultstatus>9</defaultstatus>

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

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

that what u needed ?
__________________
"From the deepest desires often come the deadliest hate.”

Last edited by Derision; 07-06-2009 at 01:17 AM..
Reply With Quote