summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-07 23:49:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-07 23:49:27 -0300
commitca014dd3aed4d9854fe8cd836be7982a534d2ebe (patch)
tree9296e56394f0b682fea23f6c12e0fe9576fde029 /npc/functions
parente28d346c54d72f85e8dfbf6c3447d9a74f39a5af (diff)
downloadserverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.gz
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.bz2
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.xz
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.zip
Replace CRC's Aqua Ticket with Christmas Ticket
Diffstat (limited to 'npc/functions')
-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 6f38a871..5b4b86d8 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -17,13 +17,13 @@ function script MobPoints {
if (isChristmas21() && compare(getmap(), "@"+callfunc("X21ID2"))) {
if (getmonsterinfo(@mobId, MOB_LV) >= 150 && any(true, false))
- getitem AquaTicket, 2;
+ getitem XmasTicket, 2;
else if (getmonsterinfo(@mobId, MOB_LV) >= 100 && any(true, false))
- getitem AquaTicket, 1;
+ getitem XmasTicket, 1;
else if (getmonsterinfo(@mobId, MOB_LV) >= 40 && any(true, false, false, false))
- getitem AquaTicket, 1;
+ getitem XmasTicket, 1;
else if (rand2(10) == 3)
- getitem AquaTicket, 1;
+ getitem XmasTicket, 1;
}
if (MPQUEST) {