summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-12 12:51:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-12 12:51:23 -0300
commitff5f0acb6f4cffbfea22c43ed2bcdb04305331e9 (patch)
treeb97d1de5026b76c80cfdf9d2336b3200f9cf1b6d
parenta8aa36e9b2c826f9a163f54d4c3dc52893f20745 (diff)
downloadserverdata-ff5f0acb6f4cffbfea22c43ed2bcdb04305331e9.tar.gz
serverdata-ff5f0acb6f4cffbfea22c43ed2bcdb04305331e9.tar.bz2
serverdata-ff5f0acb6f4cffbfea22c43ed2bcdb04305331e9.tar.xz
serverdata-ff5f0acb6f4cffbfea22c43ed2bcdb04305331e9.zip
Deploy new set of forenses
-rw-r--r--npc/functions/mob_points.txt4
1 files changed, 3 insertions, 1 deletions
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;