diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-03 09:47:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-03 09:47:19 -0300 |
commit | 1d822e73cbc97d7ad9688a585b84f4360b244580 (patch) | |
tree | 46312bcaaf4a46cc7f8e9a1c03b086a7628dbdd1 /npc/functions | |
parent | 3c05fadf864eb3244117173841e5ad6d03965912 (diff) | |
download | serverdata-1d822e73cbc97d7ad9688a585b84f4360b244580.tar.gz serverdata-1d822e73cbc97d7ad9688a585b84f4360b244580.tar.bz2 serverdata-1d822e73cbc97d7ad9688a585b84f4360b244580.tar.xz serverdata-1d822e73cbc97d7ad9688a585b84f4360b244580.zip |
Deprecate Event Points
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 //////////////////////////////////// |