faq.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>rAthena | FAQ</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. </head>
  8. <body>
  9. <div id="template">
  10. <div id="header">
  11. <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
  12. <div class="title">FAQ</div>
  13. </div>
  14. <div id="navcontainer">
  15. <ul id="navlist">
  16. <li><a href="../readme.html">Intro</a></li>
  17. <li><a href="setup.html">Setup</a></li>
  18. <li><a href="faq.html">FAQ</a></li>
  19. <li><a href="scripting.html">Scripting</a></li>
  20. <li><a href="commands.html">GM Commands</a></li>
  21. <li><a href="resources.html">Resources</a></li>
  22. </ul>
  23. </div>
  24. <div class="body-container">
  25. The following are frequently asked questions regarding rAthena.<br><br>
  26. <dl>
  27. <dt>Where can I set the exp rates?</dt>
  28. <dd>
  29. <ul>
  30. <li>Go to /conf/battle/exp.conf</li>
  31. <li>Find base_exp_rate and job_exp_rate. Change the value there to raise or lower the rates.</li>
  32. <li>100 = 1x, 1000 = 10x rates, etc</li>
  33. </ul>
  34. </dd>
  35. <dt>Where can I set the item drop rates?</dt>
  36. <dd>
  37. <ul>
  38. <li>Go to /conf/battle/drops.conf</li>
  39. <li>You can set the drop rates by changing the values:<br>
  40. <code>
  41. item_rate_common: 100 &lt;-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br>
  42. item_rate_common_boss: 100 &lt;--- drop rate for bosses<br>
  43. item_drop_common_min: 1 &lt;--- minimal drop rate<br>
  44. item_drop_common_max: 10000 &lt;--- maximum drop rate.
  45. </code><br>
  46. (You can set the rates of different items in the same file)
  47. </ul>
  48. </dd>
  49. <dt>I found a bug, where to I report it?</dt>
  50. <dd>If you find a bug in rAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd>
  51. <dt>I'm a well-experienced programmer, can I join the rAthena dev team?</dt>
  52. <dd>You can apply in the <a href="http://rathena.org/board/topic/53712-developer-applications/" target="_blank">Developer Applications</a> topic.</dd>
  53. <dt>My character won't move, and no windows open when I login to the game, what's wrong?</dt>
  54. <dd>Your packet_db_ver is most likely set wrong, change it in /db/packet_db.txt to match your client's packet ver.</dd>
  55. </dl>
  56. </div>
  57. <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
  58. </div>
  59. </body>
  60. </html>