From 1d822e73cbc97d7ad9688a585b84f4360b244580 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 May 2020 09:47:19 -0300 Subject: Deprecate Event Points --- npc/functions/clientversion.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 004751099..aa04a279c 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -801,6 +801,17 @@ function script clientupdater { if (AFKING >= 2592000) sk_lvup(TMW2_SPEECH); // 90 days mark } + // Deprecate event points + // dom abr 26 12:41:55 BRT 2020 + if (UPDATE < 1587915715) { + UPDATE=1587915715; + + if (EVENT_POINTS) { + getitem StrangeCoin, EVENT_POINTS/5; + EVENT_POINTS=0; + } + + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-70-g09d2