summaryrefslogtreecommitdiff
path: root/npc/functions/mob_points.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-22 04:05:19 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-22 04:05:19 -0300
commit13d8ad83b0338291441251040a7b67cdd49925a4 (patch)
tree2c5a9e3ef442dfee223bb71f9e9e5497276b6df5 /npc/functions/mob_points.txt
parentd98c250432d5369f09e21530823723790abf8530 (diff)
downloadserverdata-13d8ad83b0338291441251040a7b67cdd49925a4.tar.gz
serverdata-13d8ad83b0338291441251040a7b67cdd49925a4.tar.bz2
serverdata-13d8ad83b0338291441251040a7b67cdd49925a4.tar.xz
serverdata-13d8ad83b0338291441251040a7b67cdd49925a4.zip
Double poppet's ticket drop rate, slow down deployment, remove a wave.
Diffstat (limited to 'npc/functions/mob_points.txt')
-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 d6213dca..ae88fca3 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -28,10 +28,12 @@ function script MobPoints {
getitem XmasTicket, 1;
} else if (isChristmas21() && .@m$ == "082-3") {
/* Christmas 2021 DLC - Poppet's Realm */
- if (getmonsterinfo(@mobId, MOB_LV) >= 150 && rand2(3) == 1)
+ if (getmonsterinfo(@mobId, MOB_LV) >= 150 && rand2(2) == 1)
getitem XmasTicket, 2;
else if (rand2(max(10-$@X21_POPPYDIFF, 5)) == 3)
getitem XmasTicket, 1;
+ else if (rand2(max(10-$@X21_POPPYDIFF, 5)) == 3)
+ getitem XmasTicket, 1;
} else if (isChristmas21() && .@m$ == "081-1") {
/* Christmas 2021 Outdoors */
if (rand2(25) == 7)