diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-04 23:51:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-04 23:51:20 -0300 |
commit | 4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8 (patch) | |
tree | 9b0bee683fb12fcd550f5a0350a200c7649888ba /npc/functions/daily.txt | |
parent | 160c48bd59f21f3d74973536a30c72872ae7eb58 (diff) | |
download | serverdata-4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8.tar.gz serverdata-4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8.tar.bz2 serverdata-4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8.tar.xz serverdata-4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8.zip |
Free Software Day is now builtin.
On 09/09, the day we finished LICENSE file, ALL mobs may drop a blueprint!
Great, right?
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r-- | npc/functions/daily.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index e906b8274..fea29e33f 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -170,6 +170,13 @@ function script daily_login_bonus_handler { dispbottom "##B##2"+l("It's International Chocolate Day!")+"##b "+l("All monsters may drop chocolate during this period. And here is one for you!")+"##0"; } } + if (gettime(6) == SEPTEMBER) { + if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 9) { + #TMW2_LOGINBONUS=gettime(GETTIME_YEAR); + getitem any(ScentGrenade, Grenade, SmokeGrenade), 1; + dispbottom "##B##2"+l("It's the Free Software Day!")+" "+l("Licensing was one of the worst hassle we had, but just today, all mobs may drop Ancient Blueprints. Enjoy!")+"##b##0"; + } + } if (gettime(6) == OCTOBER) { if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 1) { #TMW2_LOGINBONUS=gettime(GETTIME_YEAR); |