diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/rachel.txt | 19 |
2 files changed, 18 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 80c10d503..44f3424ad 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/02/28 + * Rev 12261 Added dialog from euRO for "Frozen Boy" in Rachel. [L0ne_W0lf] * Rev 12259 Updated Alchemist Guild Dealer. [L0ne_W0lf] * Rev 12258 Implemented several "checkweights" in other NPCs. [L0ne_W0lf] * Rev 12257 Implemented several "checkweight" NPC merchants. [L0ne_W0lf] 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; |