diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 16:11:35 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 16:11:35 +0000 |
commit | 4b59e146c6626a5f355af9db8e779ad3ea977684 (patch) | |
tree | f44f8de83cb5bf3fd7545b04110f5ea873dc3322 /npc/cities/rachel.txt | |
parent | 5c1379a5b5252b3e3d92b78f3e051d1a38d41c09 (diff) | |
download | hercules-4b59e146c6626a5f355af9db8e779ad3ea977684.tar.gz hercules-4b59e146c6626a5f355af9db8e779ad3ea977684.tar.bz2 hercules-4b59e146c6626a5f355af9db8e779ad3ea977684.tar.xz hercules-4b59e146c6626a5f355af9db8e779ad3ea977684.zip |
Added dialog from euRO for "Frozen Boy" in Rachel.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12261 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r-- | npc/cities/rachel.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index e08202d7c..23d44a109 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -4,7 +4,7 @@ //= First Version: Tsuyuki and Harp //= iRO Version: L0ne_W0lf //===== Current Version: ===================================== -//= 0.7 +//= 0.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,12 +15,27 @@ //= possibly missing some NPCs and missing all quests. //= 0.6 Removed Inn Keeper (it's in inn.txt), name duplicates [Lupus] //= 0.7 Total update of most if not all NPCs. [L0ne_W0lf] +//= 0.8 Updated "Frozen Boy" dialog. (euRO) [L0ne_W0lf] //============================================================ //===== Set 1 ================================================ ice_dun04,33,166,3 script Frozen Boy 925,{ cutin "ra_sboy.bmp",2; - mes "Missing dialog."; + mes "["+strcharinfo(0)+"]"; + mes "This boy must be the one who Ktullanux tried to protect."; + next; + mes "- The boy was frozen inside a giant ice pole, and he looks as if he is in sleep rather than dead. -"; + next; + mes "- You felt freezing as you come closer to the giant ice pole that held the boy within,"; + mes "- but for some reason, you felt a mysterious power from the pole. -"; + next; + mes "- The boy appeared to be snowy white, and beautiful from the head to the toe. -"; + next; + mes "- You wondered why a young boy had to be confined within this isolated cave, -"; + mes "- you instinctively knew that no mage in this world would be able to release him from the ice pole."; + next; + mes "["+strcharinfo(0)+"]"; + mes "What happened to this boy?"; close2; cutin "",255; end; |