summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/lover.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-01-29 00:44:37 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-01-29 00:44:37 +0100
commit32e4080191fb0dde1f1f2ce7d51227e344b73b69 (patch)
tree7d1f3e7241b321093e9d4c4d11260f74504a3c74 /npc/027-2_Caretakers_House/lover.txt
parentac9dcf7724e860e41704837b903d2263bf476256 (diff)
downloadserverdata-32e4080191fb0dde1f1f2ce7d51227e344b73b69.tar.gz
serverdata-32e4080191fb0dde1f1f2ce7d51227e344b73b69.tar.bz2
serverdata-32e4080191fb0dde1f1f2ce7d51227e344b73b69.tar.xz
serverdata-32e4080191fb0dde1f1f2ce7d51227e344b73b69.zip
gy inn: some fixes
Diffstat (limited to 'npc/027-2_Caretakers_House/lover.txt')
-rw-r--r--npc/027-2_Caretakers_House/lover.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/npc/027-2_Caretakers_House/lover.txt b/npc/027-2_Caretakers_House/lover.txt
index 960217a3..2f58dc42 100644
--- a/npc/027-2_Caretakers_House/lover.txt
+++ b/npc/027-2_Caretakers_House/lover.txt
@@ -16,7 +16,7 @@
set @golbanez, ((QUEST_Graveyard_Inn & @Graveyard_Inn_Golbanez_MASK) >> @Graveyard_Inn_Golbanez_SHIFT);
//TODO: determine sane values
- set @CRYSTAL_AMOUNT, 500;
+ set @CRYSTAL_AMOUNT, 300; //200?
set @CRYSTAL_EXP, 100000;
if (@state == 2) goto L_News;
@@ -61,7 +61,7 @@ L_Crystals:
next;
mes "You lay your dark crystals down on the floor and step back, nervously expecting the coming.";
next;
- mes "The hanged man seems very concentrated now, which looks absurdly with him hanging there.";
+ mes "The hanged man seems very concentrated now, which looks absurd with him hanging there.";
next;
mes "The dark crystals start to glow and buzz. You take another step back.";
next;
@@ -88,7 +88,7 @@ L_Crystals:
mes "[Hanged Man]";
mes "\"I sometimes forget the fact, not everybody is fascinated by the riddles of magic. Please forgive me.\"";
next;
- mes "\"And I even didn't introduced myself! I am very sorry for my rude behaviour!\"";
+ mes "\"And I even didn't introduce myself! I am very sorry for my rude behavior!\"";
next;
mes "\"My name is Savaric, first apprentice of the Great Demon Summoner Ymbert.\"";
next;
@@ -125,9 +125,17 @@ L_Golbanez:
close;
L_Reid:
+ if (@state < 3)
+ goto L_No_Reid;
+ mes "[Savaric]";
mes "TODO: add story";
close;
+L_No_Reid:
+ mes "[Savaric]";
+ mes "\"Relationship? Well, she the innkeeper of this inn and I'm a patron. There is nothing more about this to say.\"";
+ close;
+
L_Not_Enough_Crystals:
mes "It seems, you managed to get some, but not enough. Can you bring me more?";
close;