diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-05 15:31:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-05 15:36:17 -0300 |
commit | 48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3 (patch) | |
tree | 0f5ec92dbf27f815f5ff22e460a5a7705d7a4147 /world/map/npc/annuals/xmas | |
parent | 73248df6d47e6a1ca72204b243d2bc90853700f5 (diff) | |
download | serverdata-48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3.tar.gz serverdata-48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3.tar.bz2 serverdata-48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3.tar.xz serverdata-48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3.zip |
Do not spam about Grinchboos after event is over
Diffstat (limited to 'world/map/npc/annuals/xmas')
-rw-r--r-- | world/map/npc/annuals/xmas/2020.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/2020.txt b/world/map/npc/annuals/xmas/2020.txt index 87b07a85..0490d1a7 100644 --- a/world/map/npc/annuals/xmas/2020.txt +++ b/world/map/npc/annuals/xmas/2020.txt @@ -124,7 +124,14 @@ OnTimer15000: initnpctimer; end; +L_Abort: + end; + OnClock1800: + if (!$@xmas_time) + goto L_Abort; + if ($@xmas_time == $@xmas_reward_time) + goto L_Abort; initnpctimer; // WARNING: Do not duplicate!! announce "Santa : Ho ho ho, I see a huge movement by the grinchboos!", 0; |