summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 21:30:42 +0000
committermercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 21:30:42 +0000
commit5e7b0903383e575393eabf5f36187ffcb49d6c52 (patch)
tree7ce056d8437c7248da598c7a1788f04db0f248a0 /doc
parent00c4c2adf83c9f068be8496a2f1c067432cbda7a (diff)
downloadhercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.gz
hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.bz2
hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.xz
hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.zip
- Replaced all occurrences of "eAthena" to "rAthena" string
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/ea_job_system.txt2
-rw-r--r--doc/item_bonus.txt2
-rw-r--r--doc/map_cache.txt8
-rw-r--r--doc/mob_db_mode_list.txt2
-rw-r--r--doc/notes/Changelog.txt28
-rw-r--r--doc/sample/PCLoginEvent.txt4
-rw-r--r--doc/sample/getequipcardid.txt4
-rw-r--r--doc/sample/localized_npc.txt10
-rw-r--r--doc/script_commands.txt4
9 files changed, 32 insertions, 32 deletions
diff --git a/doc/ea_job_system.txt b/doc/ea_job_system.txt
index 1ca05d6ce..a2bd01991 100644
--- a/doc/ea_job_system.txt
+++ b/doc/ea_job_system.txt
@@ -1,5 +1,5 @@
//===== Athena Doc=== =====================================
-//= eAthena Job System
+//= rAthena Job System
//===== By ================================================
//= Skotlex
//===== Version ===========================================
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 97c305fcc..4dc8f1bcb 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -1,5 +1,5 @@
//===== Athena Doc ========================================
-//= eAthena Item Bonuses List
+//= rAthena Item Bonuses List
//===== By ================================================
//= Developers
//===== Version ===========================================
diff --git a/doc/map_cache.txt b/doc/map_cache.txt
index 394a5c802..8f9505fa8 100644
--- a/doc/map_cache.txt
+++ b/doc/map_cache.txt
@@ -1,5 +1,5 @@
//===== Athena Doc ========================================
-//= eAthena Map Cache Builder and Format Documentation
+//= rAthena Map Cache Builder and Format Documentation
//===== By ================================================
//= DracoRPG
//===== Version ===========================================
@@ -8,7 +8,7 @@
//= 0.1 - Short howto for the initial builder version
//= 1.0 - Complete manual covering the improved version
//===== Description =======================================
-//= A complete manual for eAthena's map cache generator
+//= A complete manual for rAthena's map cache generator
//= as well as a reference on the map cache format used
//=========================================================
@@ -17,7 +17,7 @@ Preface:
Since SVN revision ~10000, the map-server does not know how to read RO client files anymore. It reads maps from a
"map cache" file that contains all and only the useful data about the maps. A map cache containing every official
-kRO Sakray map currently supported by eAthena is provided as a default.
+kRO Sakray map currently supported by rAthena is provided as a default.
If you have custom maps or want to minimize the size of your map cache because your server does not load all of them
(multi-map-server or light test server), you can use the map cache builder to generate a new one fitting your needs.
@@ -25,7 +25,7 @@ Map cache builder manual:
-------------------------------------------------------------------------------
The source code for the map cache builder is located in src/tool/. It can be built using "make tools" if you use the Makefile
-or using the "mapcache" project under Visual Studio. Named "mapcache", the executable will be in your eAthena main folder.
+or using the "mapcache" project under Visual Studio. Named "mapcache", the executable will be in your rAthena main folder.
The map cache builder needs 3 file paths : one is a list of GRFs and/or data directory containing the maps, the second
is the list of maps to add to the map cache, and the last one is the path of the map cache to generate. Default values for
those paths are "tools/mapcache/grf_files.txt", "db/map_index.txt" and "db/map_cache.dat".
diff --git a/doc/mob_db_mode_list.txt b/doc/mob_db_mode_list.txt
index 26af0c167..c2d55f35c 100644
--- a/doc/mob_db_mode_list.txt
+++ b/doc/mob_db_mode_list.txt
@@ -1,5 +1,5 @@
//===== Athena Doc ========================================
-//= eAthena Monster Modes Reference
+//= rAthena Monster Modes Reference
//===== By ================================================
//= Developers
//===== Version ===========================================
diff --git a/doc/notes/Changelog.txt b/doc/notes/Changelog.txt
index 0fbba0e39..6d4f5790c 100644
--- a/doc/notes/Changelog.txt
+++ b/doc/notes/Changelog.txt
@@ -3130,7 +3130,7 @@ Date Added
* Fixed typo in msg_athena.conf and 'users with autoloot turned on will not have their rare drops announced.'. Thanks to Kaseki.
* Mob should stop walking when hit if not enduring. Thanks to Playtester. [Lance]
* Included pcre.dll and libmysql.dll from joshuali. [Lance]
- * Eliminated Level 3 warnings. Setting compile warnings to Level 3. (Level 4 just kills eAthena XD) [Lance]
+ * Eliminated Level 3 warnings. Setting compile warnings to Level 3. (Level 4 just kills rAthena XD) [Lance]
2005/11/27
* Fixed an overflow pointer bug in the gvg eliminate timer. [Skotlex]
* Updated the damage code if Spiral Pierce, Shield Chain and Shield
@@ -6348,7 +6348,7 @@ Date Added
* Removed battle option "enemy_critical" [Skotlex]
Use enemy_critical_rate=0 instead.
* Changed the default of enemy_critical_rate to 0 [Skotlex]
- * Ported oA's imalive and flushtimer system to eAthena plugin 'gui' [celest]
+ * Ported oA's imalive and flushtimer system to rAthena plugin 'gui' [celest]
- You will only need the plugin if you are using a gui program like wxOAGUI
to run Athena
- To configure it check addons/gui.conf
@@ -6799,7 +6799,7 @@ Date Added
TXT users with custom items can update their custom db using gawk (*nix
or under Cygwin) this way (thanks to Sasuke):
gawk -F, '{ for (i=1; i<= NF; i++) { if (i==16) { printf $i; printf ",";printf ","; } else if ( i==NF ) { print $i; } else { printf $i; printf ","; } } }' db/item_db2.txt > item_db2.new.txt
- Run it from within the root eAthena directory, and you'll get an updated
+ Run it from within the root rAthena directory, and you'll get an updated
item_db2.txt in your root directory. However, all custom items are not
refineable by default this way, you still have to set to 1 the refineable
column where it applies on your custom item_db.
@@ -6888,9 +6888,9 @@ Date Added
05/24
* Added 'make addons' -- plugins will not be compiled by default now [celest]
- * Ported uptime logging function to eAthena plugin [celest]
- * Ported pid file creation function to eAthena plugin [celest]
- * Ported stackdump creation function to eAthena plugin [celest]
+ * Ported uptime logging function to rAthena plugin [celest]
+ * Ported pid file creation function to rAthena plugin [celest]
+ * Ported stackdump creation function to rAthena plugin [celest]
* Added capability to export to plugins [celest]
* Fixed ensemble skills, thanks to Komurka
* Fixed Dissonance damage, thanks to shadow
@@ -6968,7 +6968,7 @@ Date Added
- Might fix a few character names if you have no restrictions [Codemaster]
* Fixed 'rudeattacked' skill condition, thanks to Komurka
* Replaced zlib_win32.h and zconf_win32.h with the v1.2.2 files in /zlib [celest]
- * Ported zlib.dll loading to eAthena plugin form [celest]
+ * Ported zlib.dll loading to rAthena plugin form [celest]
* Fixed some NPC skills acquirable by @allskill [celest]
* Merged sigpipe's handler with sig_proc [celest]
* Optimised timer.c a bit (partially from Shinomori's changes) [celest]
@@ -7655,7 +7655,7 @@ Date Added
* sql native vc7 projects now build/link [1351: MouseJstr]
* Began sql projects for VC7 [1349: MouseJstr]
* text char-server and login-server now build using VC7. You
- can use the eAthena.sln solution to build all three. These
+ can use the rAthena.sln solution to build all three. These
are currently just the text versions of the servers. I have
not added projects yet to build the sql versions.
[SVN: 1347 MouseJstr]
@@ -7924,7 +7924,7 @@ Date Added
* Some changes in sig_dump to allow Cygwin produce stackdumps upon crash again,
thanks to Ser [celest]
* Changed the default stackdump creation folder from /save to /log [celest]
- * Fixed a typo in TXT login server logging, thanks to Skyer / eAthenaC [celest]
+ * Fixed a typo in TXT login server logging, thanks to Skyer / rAthenaC [celest]
* Added HP and SP rate underflow checking [celest]
* Added stop auto attacking if no arrows were equipped [celest]
* Added new script command: 'cardscnt'. It returns N of inserted cards in the same weapon. [Lupus]
@@ -8113,7 +8113,7 @@ Date Added
02/18
* Fixed a bug with statpoint.txt reading and giving too much stat points,
- thanks to Benz / eAthenaC [celest]
+ thanks to Benz / rAthenaC [celest]
* Fixed client errors when pecopeco Lord Knights/Paladins log in with a weapon
equipped [celest]
* Added bAddRace2 -- check item_bonus.txt [celest]
@@ -10814,7 +10814,7 @@ Date Added
- less memory usage
- less tests and loops (more speed)
- more efficient (use directly char_dat position instead of search it)
- * Added Official Assassin Job Quest. Now eAthena contains all 2-1 Job Quests! [kobra_k88]
+ * Added Official Assassin Job Quest. Now rAthena contains all 2-1 Job Quests! [kobra_k88]
* Fixed scripts: 32hats, warper2, platinum_skills, added/changed some mapflags and other misc script changes [Lupus]
* Added @disguise command (enter a mob_id or name, and you will appear to others as that mob/npc!)
* Fixed code for mob disguises, should not crash clients now.
@@ -10852,7 +10852,7 @@ Date Added
* Added translated Gonryun town. Fixed map names of Louyang shops. Added missing Blacksmith,
added extra Rapairmen into refine.txt. In Inns added 4 different prices based on Base Lvl.[kobra_k88]
----------eAthena 1.0.0 RC3 TXT---------
+---------rAthena 1.0.0 RC3 TXT---------
08/04
* Set battle_athena.conf to more accurate settings. [Valaris]
* Decreased default damage delay (stun after being hit) by 75%. [Valaris]
@@ -10981,7 +10981,7 @@ Date Added
- modification of makefile
* Added a note in TODO 14: encrypted password - problem with client versions [Yor]
----------eAthena 1.0.0 RC2 TXT---------
+---------rAthena 1.0.0 RC2 TXT---------
07/28
* Added metaller to equipped mobs. [Valaris]
* Added a note in TODO 19 [Yor]
@@ -11074,7 +11074,7 @@ Date Added
* Fixed bugs in npc headers caused by someone using spaces and not tabs. (kafra.txt, guide.txt, yuno.txt) [Valaris]
* Fixed a vending bug. [Valaris]
----------eAthena 1.0.0 RC1 TXT---------
+---------rAthena 1.0.0 RC1 TXT---------
07/22
* Fixed numerous startup errors in aldebaron castles and one geffen castle. [Valaris]
* Full Guild Wars Script Complete!!! [Akaru]
diff --git a/doc/sample/PCLoginEvent.txt b/doc/sample/PCLoginEvent.txt
index b7020b719..8f3649345 100644
--- a/doc/sample/PCLoginEvent.txt
+++ b/doc/sample/PCLoginEvent.txt
@@ -1,4 +1,4 @@
-// eAthena Special NPC
+// rAthena Special NPC
// PCLoginEvent NPC (davidsiaw)
//==============================================================================
@@ -50,4 +50,4 @@ prontera,156,176,0 script Another NPC 46,{
OnPCLoginEvent:
// this part runs AS WELL
close;
-} \ No newline at end of file
+}
diff --git a/doc/sample/getequipcardid.txt b/doc/sample/getequipcardid.txt
index b1fe55505..3449ed0c7 100644
--- a/doc/sample/getequipcardid.txt
+++ b/doc/sample/getequipcardid.txt
@@ -1,4 +1,4 @@
-//===== eAthena Script =======================================
+//===== rAthena Script =======================================
//===== By: ==================================================
//= Lupus
//= Shows your HAT's slots IDs
@@ -31,4 +31,4 @@ L_CHECK2:
mes "Card Slot 0:"+getequipcardid(1,0)+" 1:"+getequipcardid(1,1);
mes "Card Slot 2:"+getequipcardid(1,2)+" 3:"+getequipcardid(1,3);
close;
-} \ No newline at end of file
+}
diff --git a/doc/sample/localized_npc.txt b/doc/sample/localized_npc.txt
index 3a721d108..b3946162e 100644
--- a/doc/sample/localized_npc.txt
+++ b/doc/sample/localized_npc.txt
@@ -1,11 +1,11 @@
-//===== eAthena Script =======================================
+//===== rAthena Script =======================================
//= Sample localized NPC
//===== By: ==================================================
-//= eAthena Dev Team
+//= rAthena Dev Team
//===== Current Version: =====================================
//= v1.0
//===== Compatible With: =====================================
-//= eAthena with setd, getd
+//= rAthena with setd, getd
//===== Description: =========================================
//= Example of a localized NPC.
//=
@@ -146,6 +146,6 @@ OnInterIfInitOnce:
callfunc "setmes2", "LNPC_lang", 0, "EN";
callfunc "setmes2", "LNPC_lang", 1, "PT";
callfunc "setmes2", "LNPC_text", 0, "Something in english";
- callfunc "setmes2", "LNPC_text", 1, "Algo em português";
+ callfunc "setmes2", "LNPC_text", 1, "Algo em portugu�s";
end;
-} \ No newline at end of file
+}
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 1404d57ac..7029b9b72 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1,4 +1,4 @@
-//===== Athena Doc ========================================
+//===== Athena Doc ========================================
//= rAthena Script Commands
//===== Description =======================================
//= A reference manual for the rAthena scripting language.
@@ -6685,7 +6685,7 @@ The first letter is position 0.
Example:
- charisupper("eAthena", 1); //returns 1
+ charisupper("rAthena", 1); //returns 1
---------------------------------------