From 652fda811da1164afddf195879df2fbdf27b8984 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Sep 2019 17:46:50 -0300 Subject: Ctrl update for new logic mechanic --- npc/017-10/mayor.txt | 5 +++++ npc/018-6-0/ctrl | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index b2689d02b..e8f840856 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -52,7 +52,12 @@ setq LoFQuest_Barbara, 1; setq General_Narrator, 18; break; + // Barbara Quest in progress case 18: + // Barbara Quest was just finished (node 19 is temporary) + case 19: + // Barbara Quest was complete and solution was marked in BARBARA_STATE + case 20: // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; diff --git a/npc/018-6-0/ctrl b/npc/018-6-0/ctrl index ae809391f..7d8f7114d 100644 --- a/npc/018-6-0/ctrl +++ b/npc/018-6-0/ctrl @@ -31,3 +31,12 @@ q1 Field 2: Instance ID +BARBARA_STATE +0 UNKNOWN +1 MURDERED +2 ARRESTED (BENJAMIN NODES) +3 FORGIVEN (BARBARA NODES) +4 REWARD CLAIMED ON BENJAMIN +5 REWARD CLAIMED ON BARBARA + + -- cgit v1.2.3-60-g2f50