summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-04-08 15:56:50 +1200
committerFreeyorp <Freeyorp101@hotmail.com>2010-05-24 23:33:29 +1200
commit371db803633dcc4185e147f5ddff08c7bd5aa613 (patch)
tree7a77f958c42be5bef16c35a077e3fd536e5273bb /npc/009-2_Hurnscald
parentf0a5ca4865f1600934b509812799ccd17147d413 (diff)
downloadserverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.gz
serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.bz2
serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.tar.xz
serverdata-371db803633dcc4185e147f5ddff08c7bd5aa613.zip
Easter 2010v2010.04.08
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r--npc/009-2_Hurnscald/selim.txt9
-rw-r--r--npc/009-2_Hurnscald/wyara.txt15
2 files changed, 20 insertions, 4 deletions
diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt
index 520aad30..d118b8a0 100644
--- a/npc/009-2_Hurnscald/selim.txt
+++ b/npc/009-2_Hurnscald/selim.txt
@@ -31,6 +31,7 @@ L_clothes_choice:
"Desert hat", L_desert_hat,
"Cotton boots", L_cottonboots,
"Cotton gloves", L_cottongloves,
+ "Rabbit ears", L_rabbitears,
"I'm fine for now, thanks.", -;
close;
@@ -114,6 +115,14 @@ L_cottongloves:
set @name$, "cotton gloves";
goto L_picked_item;
+L_rabbitears:
+ set @del, 1255;
+ set @new, 2190;
+ set @name$, "rabbit ears";
+ set @pronoun$, "them";
+ set @is_verb$, "are";
+ goto L_picked_item;
+
L_picked_item:
if (countitem(@del) == 0) goto L_havenone;
L_colour:
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index 256c036c..2a8a2062 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -33,21 +33,23 @@
mes "[Wyara the witch]";
if (!Sex)
- mes "\"Greetings, fair traveller! What can I do for you?\"";
+ mes "\"Oh! Er, sorry, you startled me... How can I help?\"";
if (Sex)
- mes "\"Hello! What brings you here?\"";
+ mes "\"Ah! Oh, er, hello... what are you doing here?\"";
next;
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA;
L_Main:
if (!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED))
- menu "What do you know about...", L_Question,
+ menu "Hello! You seem worried, are you alright?", L_easter_worried,
+ "What do you know about...", L_Question,
"Can you help me use the mana seed?", L_Q_manaseed_unabsorbed,
"Can you help me learn magic?", L_Magic,
"I would like to buy potions.", L_Shop,
"Bye!", -;
if (!(!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED)))
- menu "What do you know about...", L_Question,
+ menu "You seem worried. Are you alright?", L_easter_worried,
+ "What do you know about...", L_Question,
"Can you help me learn magic?", L_Magic,
"I would like to buy potions.", L_Shop,
"Bye!", -;
@@ -577,6 +579,11 @@ L_Magic_train_sagatha_lvl1:
next;
goto L_Magic_main;
+L_easter_worried:
+ mes "[Wyara the Witch]";
+ mes "\"I don't know. I'm just - maybe I should talk to Sagatha...\"";
+ close;
+
S_update_var:
set QUEST_MAGIC2,
(QUEST_MAGIC2 & ~(@Q_MASK)