summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-16 02:43:15 +0100
committerReid <reidyaro@gmail.com>2016-02-16 02:43:15 +0100
commitd2ca8a0b1cf4879a3dc23c6b24fbc6610c23deb0 (patch)
treec6aaa185ec5c7ee376279060413f7919324479ac /npc
parent054c4cdfd6232c8462e96073f1e9b11d03431a7d (diff)
downloadserverdata-d2ca8a0b1cf4879a3dc23c6b24fbc6610c23deb0.tar.gz
serverdata-d2ca8a0b1cf4879a3dc23c6b24fbc6610c23deb0.tar.bz2
serverdata-d2ca8a0b1cf4879a3dc23c6b24fbc6610c23deb0.tar.xz
serverdata-d2ca8a0b1cf4879a3dc23c6b24fbc6610c23deb0.zip
Improve Qpid script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/qpid.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt
index 45681bb8..1a793a11 100644
--- a/npc/001-1/qpid.txt
+++ b/npc/001-1/qpid.txt
@@ -75,7 +75,6 @@
l("You seem more cultivated than what you look like."),
l("Fine, take these potion, I will replenish in the next hours anyway.");
- getitem "PibberiesInfusion", 5;
break;
}
else if (.@i < 3)
@@ -88,13 +87,19 @@
if (getq (ArtisQuests_Enora) == 7)
{
setq (ArtisQuests_Enora, 8);
+ speech 5,
+ l("You failed!"),
+ l("Ivan is the one that you should look at now."),
+ l("He is on a small house in between the dock's warehouse and the dojo."),
+ l("Follow the river to the east-north and you will find it."),
+ l("And get out of here, I'm not a map!");
}
- speech 5,
- l("You failed!"),
- l("Ivan is the one that you should look at now."),
- l("He is on a small house in between the dock's warehouse and the dojo."),
- l("Follow the river to the east-north and you will find it."),
- l("And get out of here, I'm not a map!");
+ else
+ {
+ speech 5,
+ l("You failed!");
+ }
+
break;
}
} while (1);