From 371db803633dcc4185e147f5ddff08c7bd5aa613 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Thu, 8 Apr 2010 15:56:50 +1200 Subject: Easter 2010 --- npc/001-1_Tulimshar/bleacher.txt | 5 +++++ npc/001-1_Tulimshar/elanore.txt | 19 ++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar') 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) -- cgit v1.2.3-70-g09d2