summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-12 12:45:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-12 12:45:30 -0300
commita8aa36e9b2c826f9a163f54d4c3dc52893f20745 (patch)
tree143b8703652e0577b98f93d1a106062c1b090464
parentc073f3d3bda90c4ec8733665c39be4f68cc1434d (diff)
downloadserverdata-a8aa36e9b2c826f9a163f54d4c3dc52893f20745.tar.gz
serverdata-a8aa36e9b2c826f9a163f54d4c3dc52893f20745.tar.bz2
serverdata-a8aa36e9b2c826f9a163f54d4c3dc52893f20745.tar.xz
serverdata-a8aa36e9b2c826f9a163f54d4c3dc52893f20745.zip
Forense report
-rw-r--r--npc/functions/mob_points.txt3
1 files changed, 2 insertions, 1 deletions
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;