summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 00:46:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 00:46:48 -0300
commitd5fbfef36f37bd73227fa0efd48a7cfb03723904 (patch)
tree94b0b2731aa9cd5b5f4e24d07ddcf1029f85a9cb /npc/functions
parentde9d9397306dee39ba6576ceb4d03fc550d039f1 (diff)
downloadserverdata-d5fbfef36f37bd73227fa0efd48a7cfb03723904.tar.gz
serverdata-d5fbfef36f37bd73227fa0efd48a7cfb03723904.tar.bz2
serverdata-d5fbfef36f37bd73227fa0efd48a7cfb03723904.tar.xz
serverdata-d5fbfef36f37bd73227fa0efd48a7cfb03723904.zip
Bloodbath (Candor Survival) Challenge
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index a662c894c..f836da910 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -178,6 +178,15 @@ function script HUB_Logout {
@crazypoints=0;
}
}
+ // Died or logged out at Candor Survival
+ if (.@mapa$ == "006-9") {
+ .@score = gettimetick(2)-$@SURVIVAL_CANDOR;
+ if (.@score > SCANDORPTS) {
+ SCANDORPTS=.@score;
+ dispbottom l("Candor Survival : New Highscore: %s", FuzzyTime(gettimetick(2)+.@score));
+ }
+ warp "005-1", 66, 63;
+ }
// Died or logged during Bandit Lord fight
if (.@mapa$ == "015-2") {
if (isin("015-2", 228, 227, 282, 280))