浏览代码

- Updated some URLs.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15037 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 13 年之前
父节点
当前提交
92cd319889

+ 8 - 8
doc/script_commands.txt

@@ -3265,14 +3265,6 @@ character while the map is "this", it will return -1.
 
 ---------------------------------------
 
-*getstrlen("<string>")
-
-This function will return the length of the string given as an argument. It is 
-useful to check if anything input by the player exceeds name length limits and 
-other length limits and asking them to try to input something else.
-
----------------------------------------
-
 *skillpointcount()
 
 Returns the total amount of skill points a character possesses (SkillPoint+SP's used in skills)
@@ -6583,6 +6575,14 @@ Example(s):
 
 ---------------------------------------
 
+*getstrlen("<string>")
+
+This function will return the length of the string given as an argument. It is 
+useful to check if anything input by the player exceeds name length limits and 
+other length limits and asking them to try to input something else.
+
+---------------------------------------
+
 *charisalpha("<string>",<position>)
 
 This function will return 1 if the character number Position in the given string 

+ 1 - 1
doc/whisper_sys.txt

@@ -1,4 +1,4 @@
-Adapted from: http://eathena.deltaanime.net/board/index.php?showtopic=42659
+Adapted from: http://www.eathena.ws/board/index.php?showtopic=42659
 Copied by: Massdriller
 Post made by: lordalfa
 

+ 4 - 4
notice.txt

@@ -2,11 +2,11 @@
 
 This branch, "Trunk", might not be stable due to bugs and whatsoever. 
 It is highly recommended, if you have any doubts on using this svn version,
-it is best if you use an eAthena Official Version or use the Stable branch.
+it is best if you use a RAthena Official Version or use the Stable branch.
 
-on another note, if you found a bug, it is best if you report it on the eAthena 
-forums as http://eathena.ws/ . If you have made yourself a fix for 
+on another note, if you found a bug, it is best if you report it on the RAthena 
+forums as http://rathena.org/board/ . If you have made yourself a fix for 
 that piece of faulty/buggy code, why not post it up and we'll add it to the svn.
 who knows, you might be an aspiring dev.
 
-eA Dev Team
+rA Dev Team

+ 1 - 1
npc/custom/eAAC_Scripts/kafraExpress/config.txt

@@ -10,7 +10,7 @@
 //= Part of the Kafra Express Script Package.
 //= This module contains the configuration of all modules. 
 //===== Additional Comments: ================================= 
-//= See <http://www.eathena.deltaanime.net/board/index.php?showtopic=20290>
+//= See <http://www.eathena.ws/board/index.php?showtopic=20290>
 //= for indepth explanation of the Kafra Express Script Package.
 //============================================================ 
 

+ 1 - 1
npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt

@@ -11,7 +11,7 @@
 //= This module contains the main menu, plus the healing and 
 //= storage services.
 //===== Additional Comments: ================================= 
-//= See <http://www.eathena.deltaanime.net/board/index.php?showtopic=20290>
+//= See <http://www.eathena.ws/board/index.php?showtopic=20290>
 //= for indepth explanation of the Kafra Express Script Package.
 //= Services available: comment/uncomment what you want (lines 37-104)
 //= See config.txt for per-module configuration.

+ 3 - 3
src/map/map.c

@@ -3557,9 +3557,9 @@ static void map_helpscreen(bool do_exit)
  *------------------------------------------------------*/
 static void map_versionscreen(bool do_exit)
 {
-	ShowInfo(CL_WHITE"eAthena version %d.%02d.%02d, Athena Mod version %d" CL_RESET"\n", ATHENA_MAJOR_VERSION, ATHENA_MINOR_VERSION, ATHENA_REVISION, ATHENA_MOD_VERSION);
-	ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://eathena.ws/\n");
-	ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.deltaanime.net/#athena\n");
+	ShowInfo(CL_WHITE"RAthena version %d.%02d.%02d, Athena Mod version %d" CL_RESET"\n", ATHENA_MAJOR_VERSION, ATHENA_MINOR_VERSION, ATHENA_REVISION, ATHENA_MOD_VERSION);
+	ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://rathena.org/\n");
+	ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.rizon.net/#rthena\n");
 	ShowInfo("Open "CL_WHITE"readme.html"CL_RESET" for more information.\n");
 	if(ATHENA_RELEASE_FLAG)
 		ShowNotice("This version is not for release.\n");