summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-05 11:33:36 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-05 11:33:36 -0300
commitbbfab867c13c87714288258662542c9dc14b628e (patch)
tree03d8db0a4c37e56b55006c8713bba4435a97cfb4 /npc/functions/global_event_handler.txt
parent6dbe10c9fe296f627c49c6d52e9cdfd6f8dd9f2d (diff)
downloadserverdata-bbfab867c13c87714288258662542c9dc14b628e.tar.gz
serverdata-bbfab867c13c87714288258662542c9dc14b628e.tar.bz2
serverdata-bbfab867c13c87714288258662542c9dc14b628e.tar.xz
serverdata-bbfab867c13c87714288258662542c9dc14b628e.zip
Reintroduce the Present Hats as a yearly reward for logging on during TMW birthday.
Also, notify players about the occasion. I even added the proper st-nd-rd-th geez. At least "11th~13th" are not a concern. close #58
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index bc8f6742..69972292 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -8,6 +8,7 @@ OnPCLoginEvent:
//callfunc "fixHeadStyles"; // convert headstyles
ClearVariables(); // removes / converts old variables
DisplayMOTD(); // send the motd to the client, if enabled
+ TMWBirthday();
// add more here
vaultOnLogin();
@login_event = 2;