diff options
author | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
---|---|---|
committer | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
commit | 5e7b0903383e575393eabf5f36187ffcb49d6c52 (patch) | |
tree | 7ce056d8437c7248da598c7a1788f04db0f248a0 /npc/custom/devnpc.txt | |
parent | 00c4c2adf83c9f068be8496a2f1c067432cbda7a (diff) | |
download | hercules-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 'npc/custom/devnpc.txt')
-rw-r--r-- | npc/custom/devnpc.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/custom/devnpc.txt b/npc/custom/devnpc.txt index ad0cef89e..732a8d9c0 100644 --- a/npc/custom/devnpc.txt +++ b/npc/custom/devnpc.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Dev edition NPCs! //===== By: ================================================== //= Most NPCs by Aria @@ -9,7 +9,7 @@ //===== Current Version: ===================================== //= 0.5 //===== Compatible With: ===================================== -//= eAthena 1.0 Final + +//= rAthena 1.0 Final + //===== Description: ========================================= //= NPCs of the devs! //===== Additional Comments: ================================= @@ -58,7 +58,7 @@ Lquote3: setnpctimer 0; end; Lquote4: - npctalk "I am the dark angel of eAthena.. withen weeks of my arrival, almost everybody was gone or dead.. fear me..."; + npctalk "I am the dark angel of rAthena.. withen weeks of my arrival, almost everybody was gone or dead.. fear me..."; setnpctimer 0; end; OnInit: @@ -113,7 +113,7 @@ Lquote2: setnpctimer 0; end; Lquote3: - npctalk "¿Donde estoy? *wonders* (<-- Means, where am I?)"; + npctalk "�Donde estoy? *wonders* (<-- Means, where am I?)"; setnpctimer 0; end; Lquote4: @@ -182,7 +182,7 @@ Lquote2: setnpctimer 0; end; Lquote3: - npctalk "¿Donde estoy? *wonders* (<-- Means, where am I?)"; + npctalk "�Donde estoy? *wonders* (<-- Means, where am I?)"; setnpctimer 0; end; Lquote4: @@ -208,7 +208,7 @@ prontera,156,179,4 script Aria 805,{ mes "Okay, I'm Evera's brother, Aria"; mes "^FF00FFAge^000000: 13 years"; mes "^FF00FFWhat I do^000000: Graphics and NPCs"; - mes "^FF00FFWhy I'm here^000000: Cuz eAthena ROX"; + mes "^FF00FFWhy I'm here^000000: Cuz rAthena ROX"; close; OnTimer15000: npcwalkto 150+rand(17),169+rand(16); @@ -505,4 +505,4 @@ doitagain: OnInit: initnpctimer; end; -}
\ No newline at end of file +} |