From 39dfeac708a01f56e8055f39d69e048faf37e371 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 10:53:55 -0300 Subject: Tie the Candor basement progression based on main quest progression. You won't be accepted before the respective arcs: Tulim, Halin and Frostia. Frostia Arc isn't yet necessary because B4F isn't yet finished --- npc/006-0/core.txt | 2 +- npc/006-3/core.txt | 1 + npc/006-6/core.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/006-0/core.txt b/npc/006-0/core.txt index 00677c3c4..f007a3209 100644 --- a/npc/006-0/core.txt +++ b/npc/006-0/core.txt @@ -7,7 +7,7 @@ OnTouch: if (CRAZYPOINTS < 1) goto L_Reject; // FIXME - if (getq(General_Narrator) < 3) goto L_Reject; // FIXME + if (getq(General_Narrator) < 3) goto L_Reject; // Tulimshar Arc must be finished specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor acknowledges your strength."); diff --git a/npc/006-3/core.txt b/npc/006-3/core.txt index b7dfa8143..9311a1030 100644 --- a/npc/006-3/core.txt +++ b/npc/006-3/core.txt @@ -8,6 +8,7 @@ OnTouch: if (!getq(CandorQuest_Groata)) goto L_Reject; if (!getq(CandorQuest_Jak1)) goto L_Reject; + if (getq(General_Narrator) < 10) goto L_Reject; // Halinarzo Arc must be finished specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor acknowledges your strength."); diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index b1dfffd8f..b10bf24d9 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -9,6 +9,7 @@ OnTouch: //if (!getq(CandorQuest_Area1)) goto L_Reject; //if (!getq(CandorQuest_Area2)) goto L_Reject; //if (!getq(CandorQuest_Area3)) goto L_Reject; + if (getq(General_Narrator) < 17) goto L_Reject; // Frostia Arc must be finished // FIXME: B4F is not ready, so fallthrough to L_Reject L_Reject: -- cgit v1.2.3-70-g09d2