diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-04 21:20:54 +1200 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-24 23:33:30 +1200 |
commit | e8fbefd941413910fc01eb10e629b7f87763358f (patch) | |
tree | a16acd57add96211296ac36daa3204b1d8d32ef2 /npc/009-2_Hurnscald | |
parent | 0ddffdab42811e72c48ce3a12f0fb0edaaae4f0f (diff) | |
download | serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.gz serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.bz2 serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.xz serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.zip |
Disable Easter 2010
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/wyara.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index 2a8a2062..256c036c 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -33,23 +33,21 @@ mes "[Wyara the witch]"; if (!Sex) - mes "\"Oh! Er, sorry, you startled me... How can I help?\""; + mes "\"Greetings, fair traveller! What can I do for you?\""; if (Sex) - mes "\"Ah! Oh, er, hello... what are you doing here?\""; + mes "\"Hello! What brings you here?\""; next; set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA; L_Main: if (!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED)) - menu "Hello! You seem worried, are you alright?", L_easter_worried, - "What do you know about...", L_Question, + menu "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 "You seem worried. Are you alright?", L_easter_worried, - "What do you know about...", L_Question, + menu "What do you know about...", L_Question, "Can you help me learn magic?", L_Magic, "I would like to buy potions.", L_Shop, "Bye!", -; @@ -579,11 +577,6 @@ 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) |