From 96e3f4212f361a02b4c6d0330fc41b9b0dea5daf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Apr 2019 14:43:13 -0300 Subject: For testing, lets see if this makes Pinkies kills to be counted twice --- npc/012-1/hinnak.txt | 1 + npc/014-3/oscar.txt | 1 + npc/functions/mobpoint.txt | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 3356028b9..df7bb1c0d 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -48,6 +48,7 @@ OnKillPinkie: if (! (.@q2+1) % 10) dispbottom l("@@ pinkies killed on @@'s field.", .@q2+1, l("Oscar")); } + doevent "#mobptsys::OnNPCKillEvent"; end; L_Slow: diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index d1e44a89e..15c2383da 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -136,6 +136,7 @@ OnKillPinkie: if (! (.@q2+1) % 10) dispbottom l("@@ pinkies killed on @@'s field.", .@q2+1, l("Oscar")); } + doevent "#mobptsys::OnNPCKillEvent"; end; OnInit: diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 54276f40b..c29e4462c 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -16,7 +16,7 @@ function script mobpoint { } -000-0,0,0,0 script #mobptsys NPC_HIDDEN,{ +- script #mobptsys NPC_HIDDEN,{ end; OnUnlock: -- cgit v1.2.3-70-g09d2