Added dialog from euRO for "Frozen Boy" in Rachel.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12261 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2008-02-28 16:11:35 +00:00
parent 5e33056779
commit dda1b9f807
2 changed files with 18 additions and 2 deletions

View File

@ -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]

View File

@ -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;