From bfed0d3638889fe291f75c21c7cbf0300776af57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Nov 2021 08:41:18 -0300 Subject: Drastically reduce how often Aeros Events happen during Thanksgiving. Bump minimum to 4 players. --- npc/functions/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 33bc9cc61..bf4aab9a6 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -392,10 +392,10 @@ OnTimer90000: end; .users=getusers(1); .score+=.users; - .quota = limit(300, 400 - (.users * 20), 400); + .quota = limit(300, 500 - (.users * 25), 500); // Do event (lasts 45 minutes) - if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 3 || $@GM_OVERRIDE)) { + if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 4 || $@GM_OVERRIDE)) { /* Reserve Aeros */ $@MK_SCENE=MK_LOCKED; /* Setup the event */ -- cgit v1.2.3-70-g09d2