summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
committerJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
commit8875cef958add4b361300c1ba108d8bf1d7995d7 (patch)
tree96f05618b8dc04bc19778d51482f85c6f4e94865 /npc/functions/global_event_handler.txt
parentc1be7bd1eab5b0c230001c369292abe757a7f32a (diff)
downloadserverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.gz
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.bz2
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.tar.xz
serverdata-8875cef958add4b361300c1ba108d8bf1d7995d7.zip
Christmas 2021 Cleanup
Contains several other bugfixes and improvements - The Mana World Team's Chairman - Fix Terogan Fight - Poppet's Battle Chamber (inactive) - `@setcells` and `@delcells` - Fix Graveyard Ghosts - Jande skill (inactive)
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index b63fb28f..ab0a68cd 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -9,13 +9,14 @@ OnPCLoginEvent:
ClearVariables(); // removes / converts old variables
DisplayMOTD(); // send the motd to the client, if enabled
TMWBirthday();
+ //skill SKILL_JANDE, 1, 0;
// add more here
vaultOnLogin();
@login_event = 2;
end;
OnPCLogoutEvent:
- GM = 0;
+ FlushVariables();
vaultOnLogout();
end;