From 579f290274ea7993b4f304cf99a4c09bda88c7b5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Dec 2021 22:24:27 -0300 Subject: Nerf ticket drop rate --- npc/functions/mob_points.txt | 8 ++++---- 1 file 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; } -- cgit v1.2.3-60-g2f50