Ver código fonte

- Fixed the cutin example in script_commands.txt
- Updated TortoiseSVN and eAthena SVN links in readme.html

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14703 54d463be-8e91-2dee-dedb-b68131a5f0ec

brianluau 14 anos atrás
pai
commit
90a0575afa
3 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      doc/script_commands.txt
  2. 1 1
      readme.html
  3. 2 2
      readme/faq.html

+ 1 - 1
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.

+ 1 - 1
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>.
 

+ 2 - 2
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>