summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-19 15:37:07 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-19 15:37:07 -0300
commit611d851e29fe06291125befcde8f0f4f1d6274cc (patch)
treeb9f01fd3b93e1c4994e8e7f0cd3cd3517aecdbdf /npc
parentf37578403c45244d479494fa22ee360f1ff166e2 (diff)
downloadserverdata-611d851e29fe06291125befcde8f0f4f1d6274cc.tar.gz
serverdata-611d851e29fe06291125befcde8f0f4f1d6274cc.tar.bz2
serverdata-611d851e29fe06291125befcde8f0f4f1d6274cc.tar.xz
serverdata-611d851e29fe06291125befcde8f0f4f1d6274cc.zip
Slow down ever so slightly the rate on which Aeros raids happen
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 e99a57410..b775f79d9 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -169,9 +169,9 @@ OnTimer90000:
end;
.users=getusers(1);
.score+=.users;
- .quota = limit(300, 500 - (.users * 25), 500);
+ .quota = limit(300, 500 - (.users * 20), 500);
if ($GAME_STORYLINE >= 5)
- .quota = .quota * 5 / 2; // De-accelerate the rate on which these happen
+ .quota = .quota * 55 / 20; // De-accelerate the rate on which these happen
// Do event (lasts 45 minutes)
if (!.event && !$@MK_SCENE && !$@GM_EVENT && .score > .quota && (.users >= 4 || $@GM_OVERRIDE)) {