summaryrefslogtreecommitdiff
path: root/npc/017-1/inspector.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-23 15:38:36 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-23 15:38:36 -0300
commit71568453e72881cbdb7b6209b2555b0b3a3cfe4a (patch)
tree740e8c558647510ee1a09064daeefd39abd2a9be /npc/017-1/inspector.txt
parentd69335e998fa83651b28b2544114d7c7bbc2526b (diff)
downloadserverdata-71568453e72881cbdb7b6209b2555b0b3a3cfe4a.tar.gz
serverdata-71568453e72881cbdb7b6209b2555b0b3a3cfe4a.tar.bz2
serverdata-71568453e72881cbdb7b6209b2555b0b3a3cfe4a.tar.xz
serverdata-71568453e72881cbdb7b6209b2555b0b3a3cfe4a.zip
Add music to the troupe. Finish placeholders but still untested.
Diffstat (limited to 'npc/017-1/inspector.txt')
-rw-r--r--npc/017-1/inspector.txt26
1 files changed, 25 insertions, 1 deletions
diff --git a/npc/017-1/inspector.txt b/npc/017-1/inspector.txt
index 3533c3ad9..0f1db5044 100644
--- a/npc/017-1/inspector.txt
+++ b/npc/017-1/inspector.txt
@@ -12,7 +12,11 @@
mesq l("Hello. My name is Anselmo and I'm investigating a recent string of robberies.");
next;
if (BaseLevel < 49) goto L_Close;
- if (!is_staff()) goto L_Close; // FIXME
+ if (.@q == 0) goto L_Start;
+ if (.@q == 1) goto L_Arc1;
+ goto L_Close;
+
+L_Start:
mesn;
mesq l("Well... Not robberies per se... Just cheese vanishing and being replaced by %s, which is super weird.", getitemlink(GoldenApple));
next;
@@ -34,6 +38,10 @@
setq LoFQuest_Inspector, 1, 0;
next;
goto L_Close;
+
+L_Arc1:
+ if (!is_staff()) goto L_Close; // FIXME
+ .@q2 = getq2(LoFQuest_Inspector);
if (.@q2 == (1024-1)) {
mesn;
mesq l("Cool, you have collected enough evidence. I also have some of my own, so we can proceed.");
@@ -45,6 +53,22 @@
//...
mesn;
mesq l("Excellent. So, this time, we should follow the other lead we had - the %s found in the scene of the crime.", getitemlink(GoldenApple));
+ //...
+ mesn;
+ mesq l("We also know our thief is likely either a squirrel or a cat, although one intelligent enough and resourceful enough to make the travel every day.");
+ //...
+ mesn;
+ mesq l("Considering the direction they came from, we should check Hurnscald next. Ask them if they saw a squirrel robbing Golden Apples, or anything which could help.");
+ next;
+ mesn;
+ mesq l("Ah, and you don't need to ask all of them, that would be a real bother. Ask maybe %d, and try to prioritize shop keepers, unless you feel you found a trail. You can also ask inside La Marine.", 7);
+ //...
+ // ... ... ... ......
+ mesn;
+ mesq l("Hmm, none of them saw anything? What did we miss... Oh right, Golden Apples grows in the Desert Canyon as well. Snakes often carry them, although we already discarded the possibility of a snake being the thief.");
+ next;
+ mesn;
+ mesq l("Sorry for wasting so much of your time, but go in Halinarzo and ask about it. Who knows, one of them might have seen our little thief crossing the Eternal Swamps, and it would match the time range if they had to occasionally wait for the floods to stop, and the fact no one in Hurnscald saw anything.");
}
goto L_Close;