diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 18:32:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 18:32:37 -0300 |
commit | 2c62e615584913487803d1cb1acad9b1ec45151a (patch) | |
tree | 8e30c4ffdd508f339440a026514f77f440bf6d6d /npc/functions | |
parent | 6fa0b6ad3a8f913f296b6a62a2782d863c8e3e2c (diff) | |
download | serverdata-2c62e615584913487803d1cb1acad9b1ec45151a.tar.gz serverdata-2c62e615584913487803d1cb1acad9b1ec45151a.tar.bz2 serverdata-2c62e615584913487803d1cb1acad9b1ec45151a.tar.xz serverdata-2c62e615584913487803d1cb1acad9b1ec45151a.zip |
Fix alt-duplication detection.
For no real reason, give all players a [Strange Coin].
Yep, I just felt like it. There's no requeriment except having finished intro
by the time this release gets pushed on live (est. Jan 31st).
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 701d6cd68..f62f47ae2 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -739,6 +739,15 @@ function script clientupdater { if (getq(HalinarzoQuest_LifeDelight) >= 4) getitem SunnyCrystal, 1; } + // Registration Date + // sáb jan 25 18:30:00 BRT 2020 + if (UPDATE < 1579987800) { + UPDATE=1579987800; + #REG_DATE=gettimetick(2); // 1520046000 : sáb mar 3 00:00:00 BRT 2018 + // A thank-you for being with us for almost 2 years + getitem StrangeCoin, 1; + dispbottom l("Thank you for being with us for so long. You gained a %s as a random good-hearted action from the team!", getitemlink(StrangeCoin)); + } if (.@dg) { |