From 46127242f356137c3927cc8d647a61070f4a2e6a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Sep 2022 16:24:59 -0300 Subject: Add new passive skill: Realm of Drops. --- npc/functions/clientversion.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/clientversion.txt') 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 //////////////////////////////////// -- cgit v1.2.3-70-g09d2