summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index 80a0643c..75a2fabc 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -7,7 +7,6 @@ OnPCLoginEvent:
//callfunc "fixHeadStyles"; // convert headstyles
//callfunc "ClearVariables"; // removes / converts old variables
callfunc "DisplayMOTD"; // send the motd to the client, if enabled
- //addtimer 0, "Magic Timer::OnLogin"; // prevent cast rate abuse
// add more here
@login_event = 2;
end;
@@ -21,15 +20,11 @@ OnMobKillEvent:
end;
OnPCDieEvent:
- callfunc "fightclub_GoBack"; // this used by the battle master
- //callfunc "fightclub_event_die"; // this is used by the 1v1 arena
@necromancer = 0;
- //addtimer 0, "Magic Timer::OnClear"; // reset magic block on death
set @killerrid, 0; // reset killer rid
end;
OnInit:
- callfunc "ClearGlobalVars";
callfunc "MOTD"; // set the MOTD array
end;
}