summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-14 23:20:32 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-14 23:20:32 -0300
commit691fd800c71ac982b9f02de36acbea5532b1a4c5 (patch)
tree414779d904c940be8cf8c1444a5987afbf4f9190 /npc/functions
parente72f29dc8b20ac2e86ce9c7c48ee7f3e51a0e095 (diff)
downloadserverdata-691fd800c71ac982b9f02de36acbea5532b1a4c5.tar.gz
serverdata-691fd800c71ac982b9f02de36acbea5532b1a4c5.tar.bz2
serverdata-691fd800c71ac982b9f02de36acbea5532b1a4c5.tar.xz
serverdata-691fd800c71ac982b9f02de36acbea5532b1a4c5.zip
Initial version of Doomsday Quest. Minimum Level 100. Temporary reward. Untested.
Also, fix the Scythe and add stats to the Halberd.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clear_vars.txt10
1 files changed, 9 insertions, 1 deletions
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