From 691fd800c71ac982b9f02de36acbea5532b1a4c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Jul 2021 23:20:32 -0300 Subject: Initial version of Doomsday Quest. Minimum Level 100. Temporary reward. Untested. Also, fix the Scythe and add stats to the Halberd. --- npc/functions/clear_vars.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index 82ac931f..ab0259bb 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -5,10 +5,18 @@ function script ClearVariables { // Remove old variables to new quest system if (QL_VALON) { setq CandorQuest_Valon, QL_VALON; - QL_VALON=0; + QL_VALON = 0; } if (QL_HIDENSEEK) { setq CandorQuest_HideNSeek, (QL_HIDENSEEK >= 64 ? 2 : 1), (QL_HIDENSEEK-1); + QL_HIDENSEEK = 0; + } + if (#CRYPT_PASSWORD && !getq(Quest_Reapercry)) { + setq Quest_Reapercry, 1; + } + if (#DD5_TALLY) { + setq Quest_Doomsday, 2; + #DD5_TALLY = 0; // Whatever } // Don't ask me what code below does -- cgit v1.2.3-60-g2f50