Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <?xml version="1.0">
  2. <server>
  3. <world>
  4. <shortname>MJEQ</shortname>
  5. <longname>MonkeyJamboree's EverQuest Server</longname>
  6.  
  7. <!-- Only specify these two if you really think you need to. (read: You don't) -->
  8. <!-- <address>some.server.com</address> -->
  9. <!-- <localaddress>192.168.0.5</localaddress> -->
  10.  
  11. <!-- Loginserver information. Defaults shown -->
  12. <loginserver>
  13. <host>MonkeyJamboree.com</host>
  14. <port>5998</port>
  15. <account>MonkeyJamboree</account>
  16. <password>funkymonkey</password>
  17. </loginserver>
  18.  
  19. <!-- Server status. Default is unlocked -->
  20. <!--<locked/>-->
  21. <!-- <unlocked/> -->
  22.  
  23. <!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
  24. <tcp ip="localhost" port="9000" telnet="disable"/>
  25.  
  26. <!-- Sets the shared key used by zone/launcher to connect to world -->
  27. <key>some long random string</key>
  28.  
  29. <!-- Enable and set the port for the HTTP service. Defaults are shown -->
  30. <http port="9080" enabled="false" mimefile="mime.types" />
  31. </world>
  32.  
  33. <!-- Chatserver (channels) information. Defaults shown -->
  34. <chatserver>
  35. <host>MonkeyJamboree.com</host>
  36. <port>7778</port>
  37. </chatserver>
  38.  
  39. <!-- Mailserver (in-game mail) information. Defaults shown -->
  40. <mailserver>
  41. <host>MonkeyJamboree.com</host>
  42. <port>7779</port>
  43. </mailserver>
  44.  
  45. <zones>
  46. <defaultstatus>20</defaultstatus>
  47.  
  48. <!-- Sets port range for world to use to auto configure zones -->
  49. <ports low="7000" high="7100"/>
  50. </zones>
  51.  
  52. <!-- Database configuration, replaces db.ini. Defaults shown -->
  53. <database>
  54. <host>localhost</host>
  55. <port>3306</port>
  56. <username>root</username>
  57. <password>funkymonkey</password>
  58. <db>peq</db>
  59. </database>
  60.  
  61. <!-- Launcher Configuration -->
  62. <launcher>
  63. <logprefix>logs/zone-</logprefix>
  64. <logsuffix>.log</logsuffix>
  65. <exe>zone.exe or ./zone</exe>
  66. <timers restart="10000" reterminate="10000">
  67. </launcher>
  68.  
  69. <!-- File locations. Defaults shown -->
  70. <files>
  71. <spells>spells_us.txt</spells>
  72. <opcodes>opcodes.conf</opcodes>
  73. <logsettings>log.ini</logsettings>
  74. <eqtime>eqtime.cfg</eqtime>
  75. </files>
  76. <!-- Directory locations. Defaults shown -->
  77. <directories>
  78. <maps>Maps</maps>
  79. <quests>quests</quests>
  80. <plugins>plugins</plugins>
  81. </directories>
  82. </server>
  83.  
  84.  
  85.  
  86. G:\EQ\EQEmu-Rev1535>eqemuloginserver
  87. EQEmuLoginServer v1.0 ALPHA by The Oustanding Developers at PEQ!
  88.  
  89. Using Port: 5999
  90. Database Server:
  91. Database Catalog:
  92. Database UserName:
  93. Database Password:
  94.  
  95.  
  96. Unable to open opcodes file ''. Thats bad.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement