summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/mob_points.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt
index fb13def9..b894d52f 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -16,13 +16,13 @@ function script MobPoints {
@mobId=killedrid;
if (isChristmas21() && compare(getmap(), "@"+callfunc("X21ID2"))) {
- if (getmonsterinfo(getarg(0), MOB_LV) >= 150)
+ if (getmonsterinfo(getarg(0), MOB_LV) >= 150 && any(true, false))
getitem AquaTicket, 2;
else if (getmonsterinfo(getarg(0), MOB_LV) >= 100 && any(true, false))
- getitem AquaTicket, 2;
- else if (getmonsterinfo(getarg(0), MOB_LV) >= 40 && any(true, false, false))
getitem AquaTicket, 1;
- else if (rand2(5) == 3)
+ else if (getmonsterinfo(getarg(0), MOB_LV) >= 40 && any(true, false, false, false))
+ getitem AquaTicket, 1;
+ else if (rand2(6) == 3)
getitem AquaTicket, 1;
}