summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-24 16:24:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-24 16:24:59 -0300
commit46127242f356137c3927cc8d647a61070f4a2e6a (patch)
treea9ee754a66b2c142c7bc79cf5f2abb1607c01c15 /npc/functions/clientversion.txt
parent2c2927baf3e610fd61f4d33ae72bf7e369261856 (diff)
downloadserverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.gz
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.bz2
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.tar.xz
serverdata-46127242f356137c3927cc8d647a61070f4a2e6a.zip
Add new passive skill: Realm of Drops.
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
////////////////////////////////////