diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2010-04-08 15:56:50 +1200 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-24 23:33:29 +1200 |
commit | 371db803633dcc4185e147f5ddff08c7bd5aa613 (patch) | |
tree | 7a77f958c42be5bef16c35a077e3fd536e5273bb /npc/001-1_Tulimshar | |
parent | f0a5ca4865f1600934b509812799ccd17147d413 (diff) | |
download | serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.gz serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.bz2 serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.xz serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.zip |
Easter 2010v2010.04.08
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 5 | ||||
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 19 |
2 files changed, 23 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 883bd628..57731dbd 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -32,6 +32,7 @@ L_bleach_menu: "Desert hat", L_desert_hat, "Cotton boots", L_cotton_boots, "Cotton gloves", L_cotton_gloves, + "Rabbit ears", L_rabbit_ears, "Nevermind", -; goto L_close; @@ -92,6 +93,10 @@ L_cotton_gloves: set @dyeBase, 2160; goto L_choose_color; +L_rabbit_ears: + set @normal, 1255; + set @dyeBase, 2190; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 7dea2a32..48062d10 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -145,6 +145,7 @@ L_Chat: L_Main: if (@has_magic && (@Q_status == @STATUS_INITIAL)) menu + "Are you okay? You seem worried.", L_easter_worried, "Can you heal me?", L_NoHealMessage, "Can you teach me magic?", L_Teach, "What do you know about...", L_Question, @@ -152,6 +153,7 @@ L_Main: if (@has_magic && (@Q_status > @STATUS_INITIAL)) menu + "Are you okay? You seem worried.", L_easter_worried, "Can you heal me?", L_NoHealMessage, "Can you teach me more?", L_Teach, "Where can I get more lifestones?", L_Lifestones, @@ -160,6 +162,7 @@ L_Main: if (!@has_magic) menu + "Are you okay? You seem worried.", L_easter_worried, "Can you heal me?", L_NoHealMessage, "What do you know about...", L_Question, "Goodbye!", L_bye; @@ -180,7 +183,7 @@ L_OnPcKillFinish: L_Lifestones: mes "[Elanore the Healer]"; - mes "\"I always need components for my own healing spells. If you bring me ten gamboge leaves, ten alizarin leaves, ten mauve leaves and ten cobalt leaves, I can make ten lifestones; I will give you half of them.\""; + mes "\"I always need components for my own healing spells. If you bring me ten gamboge leaves, ten alizarin leaves, ten mauve leaves and ten cobalt leaves, I suppose I can make ten lifestones; I will give you half of them.\""; next; menu @@ -636,6 +639,20 @@ L_bye: mes "\"Goodbye!\""; close; +L_easter_worried: + mes "[Elanore the Healer]"; + mes "\"Oh... well... no, not really. I'm just feeling worried some reason.\""; + next; + menu + "Is there anything I can do?", L_easter_offer, + "That's too bad. But I've got chocolate to stuff myself on - haha, seeya round!", -, + close; + +L_easter_offer: + mes "[Elanore the Healer]"; + mes "\"It's very kind of you to offer, but I don't think there's anything you can do.\""; + close; + S_update_var: set QUEST_MAGIC2, (QUEST_MAGIC2 & ~(@Q_MASK) |