diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/lover.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/lover.txt | 14 |
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; |