From 43ff326623144dc74d04c1d0dc6deebdafc5af7d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 11:33:50 -0300 Subject: Fix several scripted mob death with fix_mobkill(Pinkie) --- npc/012-1/hinnak.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 931027e55..6b8b64d8c 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -48,8 +48,7 @@ OnKillPinkie: if (! (.@q2+1) % 10) dispbottom l("@@ pinkies killed on @@'s field.", .@q2+1, l("Oscar")); } - killedrid=Pinkie; - doevent "#mobptsys::OnNPCKillEvent"; + fix_mobkill(Pinkie); end; L_Slow: -- cgit v1.2.3-60-g2f50