summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-24 14:00:07 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-24 14:00:07 -0300
commit5f016bfc703ccb139b80b6f82e966c9d5be670ec (patch)
tree5845fe95302361bee7cd8c8f49ab66e30f316c16 /npc/functions/hub.txt
parentfd1fa65e17bef8c4c79264054a664d768bb870ab (diff)
downloadserverdata-5f016bfc703ccb139b80b6f82e966c9d5be670ec.tar.gz
serverdata-5f016bfc703ccb139b80b6f82e966c9d5be670ec.tar.bz2
serverdata-5f016bfc703ccb139b80b6f82e966c9d5be670ec.tar.xz
serverdata-5f016bfc703ccb139b80b6f82e966c9d5be670ec.zip
Boss Raid is now working. First event is scheduled to happen in late November.
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 57bcd915a..2839a8d64 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -215,6 +215,10 @@ function script HUB_Logout {
setq1 HurnscaldQuest_Sagratha, 3;
setq3 HurnscaldQuest_Sagratha, 0;
}
+ // Died or logged out during a Boss Raid event
+ if (compare(.@mapa$, "fyrb")) {
+ doevent "sBossRaid::OnDie";
+ }
// Died or logged out during Yeti King Fight
if (getq(HurnscaldQuest_Celestia) > 1)
setq HurnscaldQuest_Celestia, 1;