diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:46:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:46:50 -0300 |
commit | 652fda811da1164afddf195879df2fbdf27b8984 (patch) | |
tree | 6c0b50f1029942b0cc2ed3a9ad9f52f2154d799f /npc | |
parent | d519d52d7acd123c67d8a5e302ce07355a275e46 (diff) | |
download | serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.gz serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.bz2 serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.xz serverdata-652fda811da1164afddf195879df2fbdf27b8984.zip |
Ctrl update for new logic mechanic
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-10/mayor.txt | 5 | ||||
-rw-r--r-- | npc/018-6-0/ctrl | 9 |
2 files changed, 14 insertions, 0 deletions
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 + + |