diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-09 15:41:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-09 15:41:42 -0300 |
commit | 85f6f317c6f086c1155eb5a45c93781f4cf95943 (patch) | |
tree | 47b12bf54aa08f6661b68ce565263502a0b64c22 /npc/025-4 | |
parent | a853b2fe2e99f389d7e4d68d5ca58bef856fc459 (diff) | |
download | serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.gz serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.bz2 serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.xz serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.zip |
Do not kill instantly on scripted death; And honor $HARDCORE flag if set
Diffstat (limited to 'npc/025-4')
-rw-r--r-- | npc/025-4/battlecaves.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/025-4/battlecaves.txt b/npc/025-4/battlecaves.txt index 16b8d6d4..b5746027 100644 --- a/npc/025-4/battlecaves.txt +++ b/npc/025-4/battlecaves.txt @@ -13,7 +13,7 @@ L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -99,7 +99,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -183,7 +183,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -268,7 +268,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -356,7 +356,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -444,7 +444,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -532,7 +532,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -622,7 +622,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -712,7 +712,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -797,7 +797,7 @@ L_Done: if ($@battlecave10 == 1 && cavefights & BATTLE_CAVE1 && cavefights & BATTLE_CAVE2 && cavefights & BATTLE_CAVE3 && cavefights & BATTLE_CAVE4 && cavefights & BATTLE_CAVE5 && cavefights & BATTLE_CAVE6 && cavefights & BATTLE_CAVE7 && cavefights & BATTLE_CAVE8 && cavefights & BATTLE_CAVE9 && Rossy_Quest == 15) goto L_Start; message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -938,7 +938,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Done: |