summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/lover.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/lover.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/lover.txt')
-rw-r--r--npc/027-2_Caretakers_House/lover.txt39
1 files changed, 32 insertions, 7 deletions
diff --git a/npc/027-2_Caretakers_House/lover.txt b/npc/027-2_Caretakers_House/lover.txt
index 2f58dc42..eb1ef917 100644
--- a/npc/027-2_Caretakers_House/lover.txt
+++ b/npc/027-2_Caretakers_House/lover.txt
@@ -19,6 +19,7 @@
set @CRYSTAL_AMOUNT, 300; //200?
set @CRYSTAL_EXP, 100000;
+ if (@state == 3) goto L_Golb;
if (@state == 2) goto L_News;
if (@state == 1) goto L_Crystals;
@@ -69,7 +70,6 @@ L_Crystals:
next;
heal -300, 0;
mes "The crystals explode and hit you!";
- //TODO: try this!
if (hp <= 0)
close;
next;
@@ -121,17 +121,42 @@ L_News:
"I don't think so",L_Close;
L_Golbanez:
- mes "TODO: add story";
+ mes "You're explaining how you came in this inn and what Golbanez said to you.";
+ next;
+ mes "[Savaric]";
+ mes "\"This... this are very disturbing news. Playground he said? Mh.. \"";
+ next;
+ mes "\"Savaric seems to be completely absorbed in his thoughts.\"";
+ menu
+ "Hello? Are you still there?",-,
+ "Excuse me, I don't want to interrupt you, but can explain me what's going on? I'm confused",-,
+ "Hey! I'm talking with you!",-;
+ mes "Savaric winces.";
+ next;
+ mes "\"Oh, right - I was just thinking. It makes me feel uncomfortable to hear Golbanez being involved in this.\"";
+ next;
+ mes "\"I told you, I'm the apprentice of a demon summoner, remember? Well, this includes learning about the astral beings in this world.\"";
+ next;
+ mes "\"And Golbanez - he is a very powerful being, a Demi-God, with a very questionable sense of humor. He was worshipped by a group of cultist some hundred years ago - uhm, some hundreds years ago from my lifetime, I mean.\"";
+ next;
+ mes "\"But most of his adherents died, when he thought it would be funny to test their loyality by sending them on a journey over the sea to a paradise island he promised them - of course there was no such island.\"";
+ next;
+ mes "\"Maybe now you understand what I mean with questionable sense of humor.\"";
+ next;
+ mes "\"But on the other hand, he can grand great power to those who are capable to deal with him and offer him enough for his service. Trying to do that would be a risky undertaking in any case.\"";
+ next;
+ mes "\"He told you, this inn was one of his favorite playgrounds - so it seems he was playing one of his evil games with the people in this inn. And now, he resurrected our memories to this parody of life!\"";
+ next;
+ mes "\"" + strcharinfo(0) + "! I need your help again! Please return to Golbanez and try to get out of him what was happening here. But be careful when negotiating, he will demand a service in return.\"";
+ set @state, 3;
+ callsub S_Update_Mask;
close;
-L_Reid:
- if (@state < 3)
- goto L_No_Reid;
- mes "[Savaric]";
+L_Golb:
mes "TODO: add story";
close;
-L_No_Reid:
+L_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;