faq-content.html 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <body>
  3. <ul>
  4. <li><strong>Where can I set the exp rates?</strong><br />
  5. - Go to /conf/battle/exp.conf<br />
  6. - Find base_exp_rate and job_exp_rate. Change the value there to raise or lower the rates.<br />
  7. - 100 = 1x, 1000 = 10x rates, etc<br />
  8. <br />
  9. </li>
  10. <li><strong>Where can I set the item drop rates?</strong><br />
  11. - Go to /conf/battle/drops.conf<br />
  12. - You can set the drop rates by changing the values:<br />
  13. item_rate_common: 100 &lt;-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br />
  14. item_rate_common_boss: 100 &lt;--- drop rate for bosses<br />
  15. item_drop_common_min: 1 &lt;--- minimal drop rate<br />
  16. item_drop_common_max: 10000 &lt;--- maximum drop rate.<br />
  17. (You can set the rates of different items in the same file)<br />
  18. <br />
  19. </li>
  20. <li><strong>I found a bug, where to I report it?</strong><br />
  21. If you find a bug in eAthena, report it here: <a href="http://www.eathena.ws/board/index.php?autocom=bugtracker" target="_blank">Bug Tracker</a><br />
  22. <br />
  23. </li>
  24. <li><strong>I'm a well-experienced programmer, can I join the eAthena dev team?</strong><br />
  25. Contact <a href="http://www.eathena.ws/board/index.php?showuser=121372" target="_blank">Paradox924X</a><br />
  26. <br />
  27. </li>
  28. <li><strong>My character won't move, and no windows open when I login to the game, what's wrong?</strong><br />
  29. Your packet_db_ver is most likely set wrong, change it in /db/packet_db.txt to match your client's packet ver.
  30. </li>
  31. </ul>
  32. </body>
  33. </html>