From a8aa36e9b2c826f9a163f54d4c3dc52893f20745 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 12:45:30 -0300 Subject: Forense report --- npc/functions/mob_points.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index 7498191d..68fea274 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -11,6 +11,7 @@ function script fix_mobkill { } function script MobPoints { + 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; @@ -20,7 +21,7 @@ function script MobPoints { getitem XmasTicket, 2; else if (getmonsterinfo(@mobId, MOB_LV) >= 100 && rand2(3) == 1) getitem XmasTicket, 1; - else if (getmonsterinfo(@mobId, MOB_LV) >= 40 && rand2(5) == 3) + else if (getmonsterinfo(@mobId, MOB_LV) > 50 && rand2(5) == 3) getitem XmasTicket, 1; else if (rand2(10) == 3) getitem XmasTicket, 1; -- cgit v1.2.3-60-g2f50