summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-26 08:41:18 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-26 08:41:18 -0300
commitbfed0d3638889fe291f75c21c7cbf0300776af57 (patch)
treec8a724a599042c91a90e0ee850516a93a3648bd6 /npc
parentcef067099dca6694e477c63e7b610cefe22eb63b (diff)
downloadserverdata-bfed0d3638889fe291f75c21c7cbf0300776af57.tar.gz
serverdata-bfed0d3638889fe291f75c21c7cbf0300776af57.tar.bz2
serverdata-bfed0d3638889fe291f75c21c7cbf0300776af57.tar.xz
serverdata-bfed0d3638889fe291f75c21c7cbf0300776af57.zip
Drastically reduce how often Aeros Events happen during Thanksgiving.
Bump minimum to 4 players.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/event.txt4
1 files changed, 2 insertions, 2 deletions
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 */