summaryrefslogtreecommitdiff
path: root/npc/017-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-08 17:49:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-08 17:49:53 -0300
commit74e6f9fe9bbefd4fb06985b1ecc924e366174cbb (patch)
treef74162b41d3c38a2f603fdc556e02a6d46ccd09c /npc/017-10
parent652fda811da1164afddf195879df2fbdf27b8984 (diff)
downloadserverdata-74e6f9fe9bbefd4fb06985b1ecc924e366174cbb.tar.gz
serverdata-74e6f9fe9bbefd4fb06985b1ecc924e366174cbb.tar.bz2
serverdata-74e6f9fe9bbefd4fb06985b1ecc924e366174cbb.tar.xz
serverdata-74e6f9fe9bbefd4fb06985b1ecc924e366174cbb.zip
This is roughly how the quest will go, I suppose
Diffstat (limited to 'npc/017-10')
-rw-r--r--npc/017-10/mayor.txt26
1 files changed, 23 insertions, 3 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt
index e8f840856..eab5175f0 100644
--- a/npc/017-10/mayor.txt
+++ b/npc/017-10/mayor.txt
@@ -54,10 +54,30 @@
break;
// Barbara Quest in progress
case 18:
- // Barbara Quest was just finished (node 19 is temporary)
- case 19:
+ .@s=getq(LoFQuest_Barbara);
+ switch (.@s) {
+ case 4:
+ mesn;
+ mesq l("Good luck arresting the criminal!");
+ mesc l("You need both the stolen item as Barbara to complete the quest."), 1;
+ break;
+ case 5:
+ // Endtrail
+ mes "";
+ mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
+ break;
+ case 1:
+ mesn;
+ mesq l("Good luck arresting the criminal!");
+ break;
+ default:
+ mesn;
+ mesq l("Benjamin reported in. Good luck arresting the criminal!");
+ break;
+ }
+ break;
// Barbara Quest was complete and solution was marked in BARBARA_STATE
- case 20:
+ case 19:
// Endtrail
mes "";
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;