diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-30 18:52:00 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-30 18:52:00 -0200 |
commit | ccb94c87a6b151290062e1a24f4efd6178295818 (patch) | |
tree | f40d46f5036dbc7ead273f2d3a145f1d18ea2008 /npc/019-4-1/chief.txt | |
parent | b6686cdcdeef88ae65a410808caa56a4816fe001 (diff) | |
download | serverdata-ccb94c87a6b151290062e1a24f4efd6178295818.tar.gz serverdata-ccb94c87a6b151290062e1a24f4efd6178295818.tar.bz2 serverdata-ccb94c87a6b151290062e1a24f4efd6178295818.tar.xz serverdata-ccb94c87a6b151290062e1a24f4efd6178295818.zip |
Rewrite Christmas Quest Requeriment
Diffstat (limited to 'npc/019-4-1/chief.txt')
-rw-r--r-- | npc/019-4-1/chief.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 7e790a337..a8beecd45 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -154,10 +154,11 @@ L_Reward: L_Main: .@q=getq2(SQuest_Christmas); - // How did you even reach here in first place? - if (BaseLevel < 20) { - mesn; - mesq l("The stolen christmas boxes!! Christmas is RUINED!!!"); + // + if (!getq(General_Narrator)) { + mesn; + mesq l("The stolen christmas boxes!! Christmas is RUINED!!!"); + mesc l("You should complete Candor Prologue before participating on this quest."); close; } mesn; |