From 2f06704ee2f6be5566e8cbff0fd29a1238c7cae5 Mon Sep 17 00:00:00 2001 From: Ridley Date: Mon, 10 Oct 2016 01:17:30 +0200 Subject: Fixes cases where player were executed On Aegis players set their HP to 0 by script are still alive. Since we don't want to copy this, scripts that set HP to 0 and expects the player to stay alive are changed. Additionally some scripts where changed where the HP were set to 1% instead to 1 HP and also the percentheal -100 with intended death set into close2. In megingard_seal.txt a end; was missing. --- npc/other/divorce.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/other/divorce.txt') diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index dd4bad6b6..e3d6f5ee7 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -211,7 +211,8 @@ nif_in,190,112,5 script Deviruchi#divorce 4_DEVIRUCHI,{ specialeffect2 EF_DEVIL; wedding_sign = 0; Zeny -= 2500000; - percentheal -100,-100; + Sp = 0; + Hp = 1; divorce; mes "[Deviruchi]"; mes "Bwahhahahaha~!"; -- cgit v1.2.3-60-g2f50