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/functions/mobpoint.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/functions/mobpoint.txt') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index eec6166a1..d7a438d07 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -3,6 +3,13 @@ // Jesusalva // Desc: Mob Points for Aidan & Ishi. You will gain MONSTER-LEVEL mob points. +// fix_mobkill(mobID) → Manual fix for scripted mobs +function script fix_mobkill { + killedrid=getarg(0); + doevent "#mobptsys::OnNPCKillEvent"; + return; +} + function script mobpoint { if (!MPQUEST) return; -- cgit v1.2.3-70-g09d2