summaryrefslogtreecommitdiff
path: root/readme/faq.html
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-15 12:48:11 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-15 12:48:11 +0000
commitf58856d5ab5a79e09e4aad906cecd7aa931a2224 (patch)
tree578e7012b84df2bae3bbcb524e378ed41dd4aad3 /readme/faq.html
parent46b6685fa8ab480705cdd818adf283b3778e3fcc (diff)
downloadhercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.gz
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.bz2
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.xz
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.zip
* Some readme clean-ups (related r14711).
- Normalized whitespace and made the html files validate properly. - Moved faq-content content to faq. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/faq.html')
-rw-r--r--readme/faq.html51
1 files changed, 43 insertions, 8 deletions
diff --git a/readme/faq.html b/readme/faq.html
index 0c5619830..a75b725ee 100644
--- a/readme/faq.html
+++ b/readme/faq.html
@@ -1,12 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>eAthena | FAQ</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
- <div id="template">
+ <div id="template">
<div id="header">
- <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
+ <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
<div class="title">FAQ</div>
</div>
<div id="navcontainer">
@@ -19,13 +21,46 @@
<li><a href="resources.html">Resources</a></li>
</ul>
</div>
-
+
<div class="body-container">
- The following are frequently asked questions regarding eAthena.<br /><br />
- <iframe width="100%" height="75%" src="faq-content.html"></iframe><br />
+ The following are frequently asked questions regarding eAthena.<br><br>
+ <dl>
+ <dt>Where can I set the exp rates?</dt>
+ <dd>
+ <ul>
+ <li>Go to /conf/battle/exp.conf</li>
+ <li>Find base_exp_rate and job_exp_rate. Change the value there to raise or lower the rates.</li>
+ <li>100 = 1x, 1000 = 10x rates, etc</li>
+ </ul>
+ </dd>
+
+ <dt>Where can I set the item drop rates?</dt>
+ <dd>
+ <ul>
+ <li>Go to /conf/battle/drops.conf</li>
+ <li>You can set the drop rates by changing the values:<br>
+ <code>
+ item_rate_common: 100 &lt;-- 100 = 1x drop rate, 1000 = 10x drop rate, etc<br>
+ item_rate_common_boss: 100 &lt;--- drop rate for bosses<br>
+ item_drop_common_min: 1 &lt;--- minimal drop rate<br>
+ item_drop_common_max: 10000 &lt;--- maximum drop rate.
+ </code><br>
+ (You can set the rates of different items in the same file)
+ </ul>
+ </dd>
+
+ <dt>I found a bug, where to I report it?</dt>
+ <dd>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></dd>
+
+ <dt>I'm a well-experienced programmer, can I join the eAthena dev team?</dt>
+ <dd>Contact <a href="http://www.eathena.ws/board/index.php?showuser=121372" target="_blank">Paradox924X</a></dd>
+
+ <dt>My character won't move, and no windows open when I login to the game, what's wrong?</dt>
+ <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>
+ </dl>
</div>
-
- <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
+
+ <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
+ </div>
</body>
</html> \ No newline at end of file