summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-26 22:40:45 +0100
committerReid <reidyaro@gmail.com>2016-01-26 22:40:45 +0100
commit8f9bc2ad81e48bc423d453fca2bc05226f54f723 (patch)
tree97526c92d15600cf3777faf472cb2de48ae96fe3 /npc
parent9758f1edf342e450cea2d1759420a73061e4687e (diff)
downloadserverdata-8f9bc2ad81e48bc423d453fca2bc05226f54f723.tar.gz
serverdata-8f9bc2ad81e48bc423d453fca2bc05226f54f723.tar.bz2
serverdata-8f9bc2ad81e48bc423d453fca2bc05226f54f723.tar.xz
serverdata-8f9bc2ad81e48bc423d453fca2bc05226f54f723.zip
Fill some psychotic dialogues on qpid.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/qpid.txt39
1 files changed, 33 insertions, 6 deletions
diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt
index ab7b3ee2..a02874a5 100644
--- a/npc/001-1/qpid.txt
+++ b/npc/001-1/qpid.txt
@@ -6,12 +6,38 @@
001-1,65,116,0 script Q'Pid#001-1 NPC_QPID,{
+ function alchemist_information {
+ speech 5,
+ l("Do? I don't do them."),
+ l("I'm sure that you already knew the answer, didn't you?"),
+ l("You tried to embarrass me, am I right?!"),
+ l("It's Ivan... I'm sure that he sent you to annoy me..."),
+ l("I'm just a merchant, I trade and make deals, yes \"excuse\" me if I'm not as skilled as this stupid alchemist."),
+ l("But rare are those that receive grants from the Legion itself. For anybody else only a hard work can pay your bills!");
+ emotion 11;
+
+ switch (select (l("Sorry I didn't mean to bother you."),
+ l("You are just sitting on the shadow of your store.")))
+
+ {
+ case 1:
+ mes "";
+ mesn;
+ break;
+ case 2:
+ speech 5, l("You are honnest, I like it.");
+ break;
+ }
+ mesq l("Is that all you had to say?");
+ next;
+
+ return;
+ }
+
speech 4,
l("");
- // Add book reference to the library
- // Add Enora's quest
- // Add alchemist reference
+ // Add Enora's quest with a riddle.
.@enora = getq(ArtisQuests_Enora);
do
@@ -34,12 +60,13 @@
shop "Store#Potion001-1";
close;
case 2:
- speech 5,
- l("");
+ alchemist_information;
break;
case 3:
speech 5,
- l("");
+ l("It's a poem, about poems... Why are you asking that?"),
+ l("Because I am an orc I can't read such things? That's rubbish."),
+ l("I borrowed it from the library, you should try to cultivate yourself more instead of insunuate such things to people you don't know!");
break;
case 4:
break;