faq.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <html><head><title>eAthena - FAQ</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. FAQ
  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. Features<br>
  56. <a href="./npcfeatures.html">NPC Features</a>
  57. </td>
  58. <td class="navi" align="right">
  59. <a href="./setup.html">Setup</a><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>FAQ</h1>
  89. <b>Q: I get the error message "This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem."</b><br>
  90. A: You're missing the cygwin dlls. Please get the latest dll at: http://www.cygwin.com/snapshot. If you're unsure, asking around in our IRC chatroom will get you around too, but always remember - use common sense and search before asking.<br><br>
  91. <b>Q: My map-server won't load! It appears to be loading things before it dissapeared suddenly! HELP!</b><br>
  92. A: Use command line to load map-server. It should tell you the error. If you're missing a map, update your kRO Sakray or comment the map from map_athena.conf. If you have an errornous NPC, fix it or comment it off. Anything other than that, feel free to ask around<br><br>
  93. <b>Q: My map-server failed to load 'adata.grf'! Where do I find this adata.grf? My map-server won't load without it!</b><br>
  94. A: The error that caused the map-server to not load is not the adata.grf. adata.grf is NOT a requirement for the map-server to load. The error is probably related to something else.<br><br>
  95. </td>
  96. <td id="midtext">
  97. </td>
  98. <td id="righttext" valign="top">
  99. <b>Q: All 3 of the servers are loaded, but I am still having problems accessing it! What do I do?</b><br>
  100. A: First, check the IPs in map_athena.conf and char_athena.conf. If those are correct, check the ports to make sure they match. If that's correct too, you probably cannot handle the server load. Lower the monster spawning rate using mob_count in battle_athena.conf and it should be fine.<br><br>
  101. <b>Q: How do I start Guild Wars/War of Emperium??? HELP!!!</b><br>
  102. A: Read the GM Command page for full list of commands that GMs can use, including the command for this.<br><br>
  103. <b>Q: My Ragnarok Online crashed while playing with eAthena! What do I do now?</b><br>
  104. A: Well, if your Ragnarok crashes, it's most probably not anything to do with eAthena. Something is wrong with your Ragnarok installation. Try reinstalling or updating.<br><br>
  105. <b>Q: Is eAthena compatible with mySQL? Can I use mySQL as the DB instead of using text files?</b><br>
  106. A: Yes, eAthena is compatible with mySQL. A tutorial on how to setup this is coming soon.<br><br>
  107. <b>Q: Is eAthena compatible with msSQL? Can I use msSQL as the DB instead of using text files?</b><br>
  108. A: No, eAthena is not compatible with msSQL. You cannot use msSQL with eAthena.<br><br>
  109. <b>Q: I found a bug! Where do I report it?</b><br>
  110. A: Drop the developers a line at the IRC chatroom. Or just post it in the bug report forum. We check them out too. :)<br><br>
  111. <b>Q: I know alot of C and I'm able to help improve eAthena and add new features. How can I join your development team?</b><br>
  112. A: Try talking to one of the current developers in the eAthena channel.
  113. </td>
  114. </tr>
  115. <tr>
  116. <td colspan="3">
  117. &copy; Content Copyright 2005 eAthena Development Team/Evera<br>
  118. &copy; Design Copyright 2005 Evera
  119. </td>
  120. </tr>
  121. </table>
  122. </td>
  123. </tr>
  124. </table>
  125. </td>
  126. </tr>
  127. </table>
  128. </td>
  129. <td id="rightborder" valign="top">
  130. <table cellspacing="0" cellpadding="0" border="0">
  131. <tr>
  132. <td id="rightborderspacer">
  133. </td>
  134. </tr>
  135. <tr>
  136. <td valign="top">
  137. <img src="./images/rightborder.gif">
  138. </td>
  139. </tr>
  140. </table>
  141. </td>
  142. </tr>
  143. </table>
  144. </div>