summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 12:10:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 12:10:43 -0300
commitf0c670be3c6cca5533b842d9b626711bc5d3bf05 (patch)
tree5536fdae50184abff494bc542ea68a71f32cb2db /npc/functions/global_event_handler.txt
parent0d5f143b54821ab61430788186647ca60e562600 (diff)
downloadserverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.gz
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.bz2
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.tar.xz
serverdata-f0c670be3c6cca5533b842d9b626711bc5d3bf05.zip
Add @exprate/@droprate - And drop the legacy stoneboard
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index 460694f3..80a0643c 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -3,16 +3,13 @@
end;
OnPCLoginEvent:
- debugmes "PCLOGIN";
@login_event = 1;
//callfunc "fixHeadStyles"; // convert headstyles
//callfunc "ClearVariables"; // removes / converts old variables
callfunc "DisplayMOTD"; // send the motd to the client, if enabled
- //callfunc "getBroadcast"; // get the scheduled broadcast, if any
//addtimer 0, "Magic Timer::OnLogin"; // prevent cast rate abuse
// add more here
@login_event = 2;
- debugmes "PCLOGIN OK";
end;
OnPCKillEvent: