summaryrefslogtreecommitdiff
path: root/readme/faq.html
blob: 3289943f5d55b0447ce5a475469b4e7277fc4fc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>rAthena | 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="header">
                <div class="logo">rAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
                <div class="title">FAQ</div>
            </div>
            <div id="navcontainer">
                <ul id="navlist">
                    <li><a href="../readme.html">Intro</a></li>
                    <li><a href="setup.html">Setup</a></li>
                    <li><a href="faq.html">FAQ</a></li>
                    <li><a href="scripting.html">Scripting</a></li>
                    <li><a href="commands.html">GM Commands</a></li>
                    <li><a href="resources.html">Resources</a></li>
                </ul>
            </div>

            <div class="body-container">
                The following are frequently asked questions regarding rAthena.<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 rAthena, report it here: <a href="http://rathena.org/board/tracker/" target="_blank">Bug Tracker</a></dd>

                    <dt>I'm a well-experienced programmer, can I join the rAthena dev team?</dt>
                    <dd>You can apply in the <a href="http://rathena.org/board/topic/53712-developer-applications/" target="_blank">Developer Applications</a> topic.</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 &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
        </div>
    </body>
</html>