summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-1/hinnak.txt1
-rw-r--r--npc/014-3/oscar.txt1
-rw-r--r--npc/functions/mobpoint.txt2
3 files changed, 3 insertions, 1 deletions
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: