summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme/commands.html2
-rw-r--r--readme/faq.html2
-rw-r--r--readme/scripting.html25
3 files changed, 12 insertions, 17 deletions
diff --git a/readme/commands.html b/readme/commands.html
index 70aa3e75d..55b986f82 100644
--- a/readme/commands.html
+++ b/readme/commands.html
@@ -25,7 +25,7 @@
<div class="body-container">
The following are the GM Commands which can be used in-game on an rAthena server.<br><br>
<iframe width="100%" height="35%" src="../conf/help.txt"></iframe><br><br>
- <iframe width="100%" height="35%" src="../conf/help2.txt"></iframe>
+ <iframe width="100%" height="35%" src="../conf/charhelp.txt"></iframe>
</div>
<div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
diff --git a/readme/faq.html b/readme/faq.html
index 3289943f5..50cb0f189 100644
--- a/readme/faq.html
+++ b/readme/faq.html
@@ -53,7 +53,7 @@
<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>
+ <dd>You can apply in the <a href="http://rathena.org/board/index.php?app=contactus" 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>
diff --git a/readme/scripting.html b/readme/scripting.html
index 8a69aa382..0218464b3 100644
--- a/readme/scripting.html
+++ b/readme/scripting.html
@@ -32,24 +32,19 @@
<strong>Common Script Commands:</strong>
<ul>
- <li><strong>mes</strong><br>
- usage: mes &quot;&lt;message&gt;&quot;;<br>
- info: displays a line of text in an NPC's dialog window.</li>
- <li><strong>close</strong><br>
- usage: close;<br>
- info: displays a &quot;Close&quot; button in an NPC's dialog window.
+ <li><strong>mes &quot;&lt;message&gt;&quot;;</strong><br>
+ displays a line of text in an NPC's dialog window.</li>
+ <li><strong>close;</strong><br>
+ displays a &quot;Close&quot; button in an NPC's dialog window.
</li>
- <li><strong>next</strong><br>
- usage: next;<br>
- info: displays a &quot;Next&quot; button in an NPC's dialog window.
+ <li><strong>next;</strong><br>
+ displays a &quot;Next&quot; button in an NPC's dialog window.
</li>
- <li><strong>getitem</strong><br>
- usage: getitem &lt;item id&gt;,&lt;amount&gt;;<br>
- info: gives the player an item.
+ <li><strong>getitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
+ gives the player an item.
</li>
- <li><strong>delitem</strong><br>
- usage: delitem &lt;item id&gt;,&lt;amount&gt;;<br>
- info: deletes an item from the player.
+ <li><strong>delitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
+ deletes an item from the player.
</li>
</ul>
<strong>Script Command Documentation:</strong><br>