summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/husband.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-01-31 16:06:43 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-01-31 16:06:43 +0100
commit1b49c481c0b4409f99ed60b69ae85b3e390c3ed1 (patch)
tree8f517a54b4463a3b94ca4db1b65fd99bd0bd9527 /npc/027-2_Caretakers_House/husband.txt
parent64f3cae74306c3c619bc65255145e4b18e4f1b95 (diff)
downloadserverdata-1b49c481c0b4409f99ed60b69ae85b3e390c3ed1.tar.gz
serverdata-1b49c481c0b4409f99ed60b69ae85b3e390c3ed1.tar.bz2
serverdata-1b49c481c0b4409f99ed60b69ae85b3e390c3ed1.tar.xz
serverdata-1b49c481c0b4409f99ed60b69ae85b3e390c3ed1.zip
gy inn: writing more dialogue for love triangle quest
Diffstat (limited to 'npc/027-2_Caretakers_House/husband.txt')
-rw-r--r--npc/027-2_Caretakers_House/husband.txt29
1 files changed, 22 insertions, 7 deletions
diff --git a/npc/027-2_Caretakers_House/husband.txt b/npc/027-2_Caretakers_House/husband.txt
index f5206583..e48794f5 100644
--- a/npc/027-2_Caretakers_House/husband.txt
+++ b/npc/027-2_Caretakers_House/husband.txt
@@ -23,6 +23,7 @@
set @SKULL_AMOUNT, 50;
set @BONE_EXP, 30000;
+ if (@state == 4) goto L_News;
if (@state == 3) goto L_Brought_Bones;
if (@state == 2) goto L_Check_Bones;
if (@state == 1) goto L_Ice_Cube;
@@ -40,7 +41,6 @@
mes "[Hamond]";
mes "\"WHAT IS THIS?\"";
next;
- //TODO: ask a native speaker if this is understandable
mes "Because of the fast movement of his head, it hinges back in his neck along a cut in his throat, a deep cut you haven't seen before.";
next;
mes "You're trying hard not to run away screaming. Instead, you grab his hair and pull his head back in place.";
@@ -171,9 +171,25 @@ L_Savaric:
if ((Sex == 0) && (@kidstate < 7)) goto L_Woman;
if ((Sex == 1) && (@kidstate < 7)) goto L_Man;
mes "\"Well, I have been thinking about you. You seem to be a very helpful and wise person. Even my son told me good things about you, making a long speech about how great you are and your ability to comprehend and deal with delicate matters. I wonder how he reached that conclusion... But anyway, I'll tell you about Savaric.\"";
+ next;
L_Jealousy:
- mes "TODO: add story :P";
+ mes "[Hamond]";
+ mes "\"Savaric calls himself the first apprentice of a great wizard and seems to hold his head very high because of that. Pah, that snooty-nosed little upstart.\"";
+ next;
+ mes "\"Don't get me wrong, usually I'm a very open minded man, everyone can live their life as ever they like. But I never saw a wizard do anything good. They're in their books and ancient riddles and speaking with demons and whatever they might come up with.\"";
+ next;
+ mes "\"But do they care for normal people? I've never seen that. And not only that! This Savaric guy seems to think it is fun to play games with my wife.\"";
+ next;
+ mes "Hamond seems to nearly burst of anger.";
+ next;
+ mes "\"I guess, they think I don't see what they are doing! But they are flirting all the time, my poor Reid seems not to be able to have a straight thought anymore.\"";
+ next;
+ mes "\"I already thought about throwing him out of the inn - but he is a patron! I can't be rude to a patron.\"";
+ next;
+ mes "\"Ah, this is annoying.\"";
+ set @state, 4;
+ callsub S_Update_Mask;
close;
L_Man:
mes "[Hamond]";
@@ -188,11 +204,6 @@ L_Woman:
mes "\"And, to be honest, I will only be able to talk about such a complicated matter if I am sure I am sharing my feelings with a good, wise and understanding person. No offense, it is just that I barely know you...\"";
close;
-//L_Helped_Kid:
-// mes "[Hamond]";
-// mes "\"It was very nice of you to help my son. He told me, you found something he lost. I think, I can tell you about Savaric.\"";
-// goto L_Jealousy;
-
L_Bracelet:
mes "[Hamond]";
mes "\"Well.. this is just a cheap bracelet, it is very popular with the young kids these days, specially the magic students. They call it 'Scarab Armlet'. Fancy name, huh? But for me it is just a cheap bracelet.\"";
@@ -204,6 +215,10 @@ L_Bracelet:
callsub S_Update_Mask_Kid;
close;
+L_News:
+ mes "TODO: add story";
+ close;
+
L_Not_Enough_B:
if (countitem("Bone") < @BONE_AMOUNT)
mes "\"I'm not sure, but I think more bones will be better.\"";