From ff5f0acb6f4cffbfea22c43ed2bcdb04305331e9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 12:51:23 -0300 Subject: Deploy new set of forenses --- npc/functions/mob_points.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index 68fea274..082fcede 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -5,13 +5,15 @@ // fix_mobkill(mobID) → Manual fix for scripted mobs function script fix_mobkill { + debugmes "FIX MOBKILL (%s) for %s", strmobinfo(getarg(0)), strcharinfo(0); killedrid=getarg(0); doevent "#GlobalHandler::OnNPCKillEvent"; return; } function script MobPoints { - debugmes "%s killed monster %s [Lv %d] (%s)", strcharinfo(0), strmobinfo(1, killedrid), getmonsterinfo(killedrid, MOB_LV), getmap(); + if (killedrid != RudolphSlime) + debugmes "%s killed monster %s [Lv %d] (%s)", strcharinfo(0), strmobinfo(1, killedrid), getmonsterinfo(killedrid, MOB_LV), getmap(); $MONSTERS_KILLED+=1; MONSTERS_KILLED+=1; @mobId=killedrid; -- cgit v1.2.3-60-g2f50