summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/constants.conf2
-rw-r--r--npc/annuals/xmas/2021.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf
index b7554e2c..1f955a10 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3398,7 +3398,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
X21BC1_ON: 1
X21BC1_OFF: 2
X21_EXP_PUZZLE: 15000
- X21_TICKET_PUZZLE: 15
+ X21_TICKET_PUZZLE: 10
X21_TICKET_BOSS: 5
X21_TICKET_SUPPORT: 2
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 27451e99..3abb7e71 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -172,7 +172,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Beta)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 140, 149, 149, 160, "Snowman (Beta)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);
@@ -183,7 +183,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Gamma)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 37, 142, 47, 152, "Snowman (Gamma)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);