From a671627f9434bf38484d68fae59f4626f88f338b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 Jan 2019 11:34:30 -0200 Subject: Add to Zegas a small pointer about Saxso quest, and talk a bit about Candor lore --- npc/005-1/zegas.txt | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'npc/005-1/zegas.txt') diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index 72d3a6b57..d3797269a 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -51,12 +51,12 @@ L_Start: mesn; mesq l("Thanks, come back and see me once you found the bug bomb and set it off."); setq CandorQuest_Barrel, 2; - goto L_Close; + close; L_Looking: mesn; mesq l("Still haven't found it? Well, keep looking the barrels at this storehouse. I know it's in there, somewhere."); - goto L_Close; + close; L_QuestEnd: mesn; @@ -66,14 +66,27 @@ L_QuestEnd: getitem .ItemCreate, 1; Zeny = (Zeny + 350); setq CandorQuest_Barrel, 4; - goto L_Close; + close; L_Thanks: mesn; mesq l("Thanks for Helping with clear out the store room!"); - goto L_Close; + if (!getq(CandorQuest_Chest)) { + next; + mesn; + mesq l("Do you see that fancy house over there? My husband, @@, used to live there.", b(l("Saxso"))); + next; + mesn; + mesq l("Strangely enough, when he died, he became a ghost. This shouldn't happen, but yet..."); + next; + mesn; + mesq l("Anyway, conspiratory theories aside, his ghost is a powerful boss. I would not attack him if I were you!"); + } + close; L_Close: + closedialog; + goodbye; close; OnInit: @@ -102,7 +115,7 @@ L_Reset: STARTAREA = STARTAREA &~ (1 << 8); STARTAREA = STARTAREA &~ (1 << 9); mes l("Reset!"); - goto L_Close; + close; L_Close: //showavatar; // Use this to hide the showavatar -- cgit v1.2.3-60-g2f50