From b8004ebd95cf282c919b6eb2cc6b0d061af7d79b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 Sep 2021 12:33:18 -0300 Subject: Modify Alvasus internal workings to always have main field (Q1) set. --- npc/functions/clientversion.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 40fc5c56b..0492279bc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -972,6 +972,12 @@ function script clientupdater { strcharinfo(0), academicrank())); } } + // Change some quest inner workings + // qua set 22 12:30:40 BRT 2021 + if (UPDATE < 1632324640) { + UPDATE=1632324640; + setq1 HalinarzoQuest_Alvasus, getq(HalinarzoQuest_Alvasus)+1; + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-60-g2f50