Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.88 KB | None | 0 0
  1. <?xml version="1.0">
  2. <server>
  3.     <world>
  4.         <shortname>zzzLOD</shortname>
  5.         <longname>a_test_server00</longname>
  6.         <loginserver>
  7.             <host>eqemulator.net</host>
  8.             <port>5998</port>
  9.             <account></account>
  10.             <password></password>
  11.         </loginserver>
  12.         <!-- <locked/> -->
  13.         <unlocked/>
  14.  
  15.         <tcp ip="localhost" port="9000" telnet="disable"/>
  16.         <key>something_I_made_up_butitsn0t2l0ng</key>
  17.        
  18.         <!-- Enable and set the port for the HTTP service.  Defaults are shown -->
  19.         <http port="9080" enabled="true" mimefile="mime.types" />
  20.     </world>
  21.  
  22.     <!-- Chatserver (channels) information.  Defaults shown -->
  23.     <chatserver>
  24.         <host>channels.eqemulator.net</host>
  25.         <port>7778</port>
  26.     </chatserver>
  27.  
  28.     <!-- Mailserver (in-game mail) information.  Defaults shown -->
  29.     <mailserver>
  30.         <host>channels.eqemulator.net</host>
  31.         <port>7779</port>
  32.     </mailserver>
  33.  
  34.     <zones>
  35.         <defaultstatus>20</defaultstatus>
  36.  
  37.         <!-- Sets port range for world to use to auto configure zones -->
  38.         <ports low="7000" high="7100"/>
  39.     </zones>
  40.  
  41.     <!-- Database configuration, replaces db.ini.  Defaults shown -->
  42.     <database>
  43.         <host>localhost</host>
  44.         <port>3306</port>
  45.         <username>eqemu</username>
  46.         <password>[password]</password>
  47.         <db>eqemu</db>
  48.     </database>
  49.  
  50.     <launcher>
  51.         <!-- <logprefix>logs/zone-</logprefix> -->
  52.         <!-- <logsuffix>.log</logsuffix> -->
  53.         <!-- <exe>zone.exe or ./zone</exe> -->
  54.         <!-- <timers restart="10000" reterminate="10000"> -->
  55.     </launcher>
  56.  
  57.     <!-- File locations.  Defaults shown -->
  58.     <files>
  59.         <!-- <spells>spells_us.txt</spells> -->
  60.         <!-- <opcodes>opcodes.conf</opcodes> -->
  61.         <!-- <logsettings>log.ini</logsettings> -->
  62.         <!-- <eqtime>eqtime.cfg</eqtime> -->
  63.     </files>
  64.     <!-- Directory locations.  Defaults shown -->
  65.     <directories>
  66.         <!-- <maps>Maps</maps> -->
  67.         <!-- <quests>quests</quests> -->
  68.         <!-- <plugins>plugins</plugins> -->
  69.     </directories>
  70. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement