setup.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <html><head><title>eAthena - Setup</title><head>
  2. <link rel="stylesheet" type="text/css" href="./readme.css">
  3. <body>
  4. <div id="dleftbg">
  5. </div>
  6. <div id="drightbg">
  7. </div>
  8. <div id="canvas" align="center">
  9. <table cellspacing="0" cellpadding="0" border="0" id="ea" align="center">
  10. <tr>
  11. <td id="leftborder" valign="top">
  12. <table cellspacing="0" cellpadding="0" border="0">
  13. <tr>
  14. <td id="leftborderspacer">
  15. </td>
  16. </tr>
  17. <tr>
  18. <td valign="top">
  19. <img src="./images/leftborder.gif">
  20. </td>
  21. </tr>
  22. </table>
  23. </td>
  24. <td id="middle" valign="top">
  25. <table cellspacing="0" cellpadding="0" border="0" valign="top">
  26. <tr>
  27. <td id="logo" valign="top">
  28. <table class="w800" cellspacing="0" cellpadding="0" border="0">
  29. <tr>
  30. <td valign="top">
  31. <table class="w800" cellspacing="0" cellpadding="0" border="0" height="100%">
  32. <tr>
  33. <td rowspan="4">
  34. <img src="./images/chara.gif" width="366" height="274">
  35. </td>
  36. <td rowspan="4" width="129">
  37. </td>
  38. <td colspan="2" width="305" height="51" align="right">
  39. <img src="./images/banner.gif" width="305" height="51">
  40. </td>
  41. </tr>
  42. <tr>
  43. <td id="title" colspan="2" align="right">
  44. Setup
  45. </td>
  46. </tr>
  47. <tr>
  48. <td height="81" colspan="2">
  49. </td>
  50. </tr>
  51. <tr>
  52. <td class="navi" align="right">
  53. <a href="../readme.html">Introduction</a><br>
  54. <a href="./changelog.html">Changelog</a><br>
  55. <a href="./features.html">Features</a><br>
  56. <a href="./npcfeatures.html">NPC Features</a>
  57. </td>
  58. <td class="navi" align="right">
  59. Setup<br>
  60. <a href="./gmcommands.html">GM Commands</a><br>
  61. <a href="./faq.html">FAQ</a><br>
  62. <a href="./resources.html">Resources</a>
  63. </td>
  64. </tr>
  65. </table>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td id="btmborder">
  70. <table class="w800" cellspacing="0" cellpadding="0" border="0" height="2">
  71. <tr>
  72. <td id="leftbtmborder"">
  73. </td>
  74. <td id="midbtmborder"">
  75. <img src="./images/btmborder.gif" width="44" height="2">
  76. </td>
  77. <td id="rightbtmborder">
  78. </td>
  79. </tr>
  80. </table>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td id="content">
  85. <table class="w800" cellspacing="0" cellpadding="0" border="0" height="100%">
  86. <tr>
  87. <td id="lefttext" valign="top">
  88. <h1>Fresh Install</h1>
  89. It's extremely easy to set up eAthena, just follow these simple steps.
  90. <ol>
  91. <li>Edit motd.txt, grf-files.txt and the .conf files in your /conf/ folder as you see fit</li>
  92. <li>If you want to add a user, run adduser.exe in the main eAthena directory before starting the server.</li>
  93. <li>Run runserver.bat or runserver-sql.bat (depending on which storage system you're using, or you could run login-server.exe, char-server.exe, and map-server.exe manually)</li>
  94. <li>Give people your IP address (can be found at <a href="http://www.whatismyip.com">http://www.whatismyip.com</a>) to people to add in their sclientinfo.xml</li>
  95. <li>You're done!</li>
  96. </td>
  97. <td id="midtext">
  98. </td>
  99. <td id="righttext" valign="top">
  100. <h1>Upgrading</h1>
  101. When you're changing versions of eAthena, it is important to keep your saved files in tact. Locate the files (/save/ in TXT, your SQL databse in SQL) and make a back up.
  102. You also might want to back up any changes you did to eAthena, such as custom sprites/items, open-source changes.
  103. After backing it up, change motd.txt, grf-files.txt, and the .conf files in the /conf/ folder to your old settings. It is
  104. important that you use a fresh eAthena, as it changes in structure and many files will have different formats over time.
  105. Put your backed up files back in, and run eAthena like you normally would.
  106. </td>
  107. </tr>
  108. <tr>
  109. <td colspan="3">
  110. &copy; Content Copyright 2005 eAthena Development Team/Evera<br>
  111. &copy; Design Copyright 2005 Evera
  112. </td>
  113. </tr>
  114. </table>
  115. </td>
  116. </tr>
  117. </table>
  118. </td>
  119. </tr>
  120. </table>
  121. </td>
  122. <td id="rightborder" valign="top">
  123. <table cellspacing="0" cellpadding="0" border="0">
  124. <tr>
  125. <td id="rightborderspacer">
  126. </td>
  127. </tr>
  128. <tr>
  129. <td valign="top">
  130. <img src="./images/rightborder.gif">
  131. </td>
  132. </tr>
  133. </table>
  134. </td>
  135. </tr>
  136. </table>
  137. </div>