summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 1e7474de4..f506edb0e 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1040,6 +1040,12 @@ function script clientupdater {
if (getq2(HalinarzoQuest_LifeDelight) >= 21)
Mobpt+=((getq2(HalinarzoQuest_LifeDelight) - 1) * (getq2(HalinarzoQuest_LifeDelight) - 20)); // Will work... Sort of
}
+ // Realm of Drops
+ // sab set 24 15:37:15 BRT 2022
+ if (UPDATE < 1664044635) {
+ UPDATE=1664044635;
+ skill TMW2_DROPS, REBIRTH+1, 0;
+ }
// :// End of Regular Update System
////////////////////////////////////