From 087ecaae242710761bef4d5dc431b44ebe51251f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 May 2024 12:08:18 -0300 Subject: Now that Player Quest is complete, Fortress Storage can be unlocked --- npc/025-1/commander.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/025-1') 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; -- cgit v1.2.3-70-g09d2