diff options
-rw-r--r-- | doc/script_commands.txt | 2 | ||||
-rw-r--r-- | readme.html | 2 | ||||
-rw-r--r-- | readme/faq.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index edca5e037..0fa2a0200 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6098,7 +6098,7 @@ illustration without displaying a new one, an empty file name and position 255 must be used. // Displays the Comodo Kafra illustration in lower right corner. - cutin "kafra_7",2; + cutin "kafra_07",2; // Typical way to end a script, which displayed an illustration during a // dialog with a player. diff --git a/readme.html b/readme.html index 4fee74ee7..432cdd79d 100644 --- a/readme.html +++ b/readme.html @@ -90,7 +90,7 @@ eAthena is an open-source Ragnarok Online server emulator. It's written in C, but we are working on a C++ version. Although it is cross-platform, we only officially support Win32 and Linux. <br> <br>eAthena is licensed under the GPL, so please give us credit if you use our code. -<br>Our SVN (<a href="http://tortoisesvn.tigris.org/download.html">You may download TortoiseSVN here to access our SVN</a>) is located at <a href="http://66.118.142.23:8080/svn/ea/">http://66.118.142.23:8080/svn/ea/</a>. SVN stands for Subversion, which is similar to the commonly used CVS. +<br>Our SVN (<a href="http://tortoisesvn.net/downloads.html">You may download TortoiseSVN here to access our SVN</a>) is located at <a href="http://eathena-project.googlecode.com/svn/">http://eathena-project.googlecode.com/svn/</a>. SVN stands for Subversion, which is similar to the commonly used CVS. <br> <br>P.S. If you had a hard time loading this readme, please use <a href="http://www.getfirefox.com">Firefox</a>. diff --git a/readme/faq.html b/readme/faq.html index fc18e377c..0f533fd76 100644 --- a/readme/faq.html +++ b/readme/faq.html @@ -54,14 +54,14 @@ <td class="navi" align="right"> <a href="../readme.html">Introduction</a><br> <a href="./changelog.html">Changelog</a><br> - Features<br> + <a href="./features.html">Features</a><br> <a href="./npcfeatures.html">NPC Features</a> </td> <td class="navi" align="right"> <a href="./setup.html">Setup</a><br> <a href="./gmcommands.html">GM Commands</a><br> - <a href="./faq.html">FAQ</a><br> + FAQ<br> <a href="./resources.html">Resources</a> </td> </tr> |