summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-08 12:57:44 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-08 12:57:44 -0300
commit74eb2260127dc01d86d5f02bf872fb84b9ca9f3e (patch)
tree47248d18e89e94d285c5388ae21e2f34d7666b7a /npc/functions/mobpoint.txt
parentc104b26dc5196f2848af31008f5cba581cf58959 (diff)
downloadserverdata-74eb2260127dc01d86d5f02bf872fb84b9ca9f3e.tar.gz
serverdata-74eb2260127dc01d86d5f02bf872fb84b9ca9f3e.tar.bz2
serverdata-74eb2260127dc01d86d5f02bf872fb84b9ca9f3e.tar.xz
serverdata-74eb2260127dc01d86d5f02bf872fb84b9ca9f3e.zip
Add the Bloody Switches (main controller/exit still missing)
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r--npc/functions/mobpoint.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index 138d578c6..a9084fae8 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -96,6 +96,8 @@ OnNPCKillEvent:
// Other updates
$@MK_TRIGGERED=true;
+ if (strmobinfo(3,killedrid) >= 100)
+ @bloodykill[killedrid] += 1;
// Unset killedrid. This affects multiple calls of this function
// But it is in overall more reliable imao
killedrid=0;