summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-25 12:08:18 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-25 12:08:18 -0300
commit087ecaae242710761bef4d5dc431b44ebe51251f (patch)
tree1cca1719af41f04b745d9af5cf3fc1258ed9733d /npc
parent8bb96a6793259f02781c95f1f77810130a63cc68 (diff)
downloadserverdata-087ecaae242710761bef4d5dc431b44ebe51251f.tar.gz
serverdata-087ecaae242710761bef4d5dc431b44ebe51251f.tar.bz2
serverdata-087ecaae242710761bef4d5dc431b44ebe51251f.tar.xz
serverdata-087ecaae242710761bef4d5dc431b44ebe51251f.zip
Now that Player Quest is complete, Fortress Storage can be unlocked
Diffstat (limited to 'npc')
-rw-r--r--npc/017-1/inspector.txt4
-rw-r--r--npc/018-8/ctrl.c2
-rw-r--r--npc/025-1/commander.txt11
3 files changed, 16 insertions, 1 deletions
diff --git a/npc/017-1/inspector.txt b/npc/017-1/inspector.txt
index fb170dbaf..e51c4f5d0 100644
--- a/npc/017-1/inspector.txt
+++ b/npc/017-1/inspector.txt
@@ -186,6 +186,10 @@ L_Arc4:
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
next;
goto L_Close;
+ mesn;
+ mesq l("Ignore the cheese theft for now, there has been a major issue. Rossy was kidnapped by slimes.");
+ next;
+ goto L_Close;
L_Close:
closeclientdialog;
diff --git a/npc/018-8/ctrl.c b/npc/018-8/ctrl.c
index 959821c9f..709336097 100644
--- a/npc/018-8/ctrl.c
+++ b/npc/018-8/ctrl.c
@@ -3,7 +3,7 @@
// Jesusalva
// Description:
// Core for rescuing Rossy. Integrated into Inspector Quest for ML.
-// So yes - the CHEESE kidnapped Rossy this time. Poor Rossy!
+// So yes - the SLIMES kidnapped Rossy this time. Poor Rossy!
018-8 mapflag zone MMO
017-2-1,63,23,0 script #RitualCaveE NPC_HIDDEN,0,0,{
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt
index c23d0c07e..5ff52fb47 100644
--- a/npc/025-1/commander.txt
+++ b/npc/025-1/commander.txt
@@ -58,6 +58,7 @@
// Switch the quest
if (.@q == 21) goto L_Intro;
if (.@q == 22) goto L_Short;
+ if (.@q == 23) goto L_Storage;
// ...
// Endtrail
@@ -115,6 +116,16 @@ L_Short:
mesq l("They might have sealed the direct path, but there's a tunnel in a cave which you can go in now that you have the magic key to open it.");
close;
+L_Storage:
+ if ($GAME_STORYLINE < 5) close;
+ if (REBIRTH < 4) close;
+ mesn;
+ mesq l("Actually, given you are a key part of our defenses and the Monster King is dead, you have acquired a special leave to use our storage.");
+ next;
+ closeclientdialog;
+ openstorage 3;
+ close;
+
OnInit:
.sex = G_MALE;
.distance = 5;