From eca038e00b9937d6c177bd8cddc8b5b1a2e9c5a9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 May 2020 00:57:23 -0300 Subject: Replace our script-induced deaths with new, custom, die() command This will fix one of the HardCore Server bugs. --- npc/023-3/logic.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/023-3/logic.txt') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 3da5fedb7..0f0090e11 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -15,7 +15,7 @@ OnTouch: // Cheater Detected if (.@q < 15) { warp "Save", 0, 0; - percentheal -100, -100; + die(); end; } @@ -37,7 +37,7 @@ OnTouch: // Cheater Detected if (.@q < 15) { warp "Save", 0, 0; - percentheal -100, -100; + die(); end; } // Not allowed to proceed @@ -217,7 +217,7 @@ OnTouch: end; OnTouchNPC: - //percentheal -100, -100; + //die(); //unitkill(0); unitwarp(0, "023-3", 42, 26); end; -- cgit v1.2.3-60-g2f50