summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/headless_man.txt
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-02-16 22:08:53 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-03-01 17:12:44 +0100
commit0ebda301eb4e0b4dca8f9f9ba1f17250901bab76 (patch)
tree4975974a12d8da9ea3c004ea7c5d73c238d46080 /npc/027-2_Caretakers_House/headless_man.txt
parentfa1f3b752f74dadf8e4352d15965f5b4390909d1 (diff)
downloadserverdata-0ebda301eb4e0b4dca8f9f9ba1f17250901bab76.tar.gz
serverdata-0ebda301eb4e0b4dca8f9f9ba1f17250901bab76.tar.bz2
serverdata-0ebda301eb4e0b4dca8f9f9ba1f17250901bab76.tar.xz
serverdata-0ebda301eb4e0b4dca8f9f9ba1f17250901bab76.zip
gy inn: minor backstory update to headless man, slight variable adjustment
Diffstat (limited to 'npc/027-2_Caretakers_House/headless_man.txt')
-rw-r--r--npc/027-2_Caretakers_House/headless_man.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/027-2_Caretakers_House/headless_man.txt b/npc/027-2_Caretakers_House/headless_man.txt
index bc0581bd..170b07fc 100644
--- a/npc/027-2_Caretakers_House/headless_man.txt
+++ b/npc/027-2_Caretakers_House/headless_man.txt
@@ -15,9 +15,9 @@
set @state, ((QUEST_Graveyard_Inn & @Graveyard_Inn_MASK) >> @Graveyard_Inn_SHIFT);
- set @Wisp_Powder, 100;
- set @Polt_Powder, 100;
- set @Spec_Powder, 100;
+ set @Wisp_Powder, 50;
+ set @Polt_Powder, 50;
+ set @Spec_Powder, 50;
set @Iron_Pot, 50;
set @Conc_Pot, 30;
set @Red_Dye, 50;
@@ -52,7 +52,7 @@ L_greet:
L_Quest_ask:
mes "[Thurstan]";
- mes "\"I am trying to get ingredients to make an adhesive that my alchemist friend told me about. I want to see if it will work to keep my head where it's supposed to be. However, it's rather hard to gather things when I have to carry it around all day.\"";
+ mes "\"A little while ago there was a patron visiting the inn...I can't remember his name now. He noticed this predicament I am in and offered to help me. He told me that he was an alchemist and that he had a recipe for an adhesive that would keep my head where it's supposed to be. Unfortunately, he wasn't able to stay long enough to gather all the ingredients for the spell, so he gave me the recipe instead. However, it's rather hard to gather things when I have to carry it around all day.\"";
next;
mes "[Thurstan]";
mes "\"I have a list of items and how many of each are needed. Would you mind gathering them for me?\"";
@@ -139,6 +139,7 @@ L_Quest_check:
mes "\"Oh this is perfect! I'll be back in action in no time!\"";
next;
mes "Thurstan covers the base of his neck with a thick coat of the glue using his free hand. He then lifts his head in both hands, places it on the layer of adhesive, and makes some minor adjustments to the position. He mutters an incantation that you can't make out and the wound across his neck seems to fade away.";
+ misceffect sfx_magic_transmute;
next;
mes "Thurstan is practically jumping for joy now.";
mes "";
@@ -181,7 +182,7 @@ L_Quest_finished:
callsub S_Update_Mask;
mes "[Thurstan]";
mes "\"Please take this for your efforts.\"";
- //TODO: Set appropriate reward
+ getitem "acorn", 1; //TODO: Set appropriate reward
close;
L_Final: