summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-09 02:36:59 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-09 02:36:59 +0000
commit84180a86884b492d62b346b5a88510b242d8f5bc (patch)
treea7e7299e4eb4aa8b000deddcbec131cff32fb67f
parent7d745f0f0ef4756e91ad55fd96d63016bc97df41 (diff)
downloadhercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.gz
hercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.bz2
hercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.xz
hercules-84180a86884b492d62b346b5a88510b242d8f5bc.zip
- Updated some URLs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15037 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--doc/script_commands.txt16
-rw-r--r--doc/whisper_sys.txt2
-rw-r--r--notice.txt8
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/config.txt2
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt2
-rw-r--r--src/map/map.c6
6 files changed, 18 insertions, 18 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index bf2a5c2ca..f5d9a9cee 100644
--- a/doc/script_commands.txt
+++ b/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
diff --git a/doc/whisper_sys.txt b/doc/whisper_sys.txt
index f8bab699a..7f4091408 100644
--- a/doc/whisper_sys.txt
+++ b/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
diff --git a/notice.txt b/notice.txt
index 1b49fd1a9..099a1c550 100644
--- a/notice.txt
+++ b/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 \ No newline at end of file
+rA Dev Team
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/config.txt b/npc/custom/eAAC_Scripts/kafraExpress/config.txt
index a7333d09a..ea29be42e 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/config.txt
+++ b/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.
//============================================================
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
index 95a887ddb..d291159c3 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
+++ b/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.
diff --git a/src/map/map.c b/src/map/map.c
index b6bb89669..5dab6634d 100644
--- a/src/map/map.c
+++ b/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");