summaryrefslogtreecommitdiff
path: root/npc/042-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-30 11:34:33 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-30 11:34:33 -0300
commitdf3add067182e3977fa2a5dc4e69d4595ed6a1c6 (patch)
treea60e29be8d302db7cfc02ee348c859738aa6332a /npc/042-2
parentfecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6 (diff)
downloadserverdata-df3add067182e3977fa2a5dc4e69d4595ed6a1c6.tar.gz
serverdata-df3add067182e3977fa2a5dc4e69d4595ed6a1c6.tar.bz2
serverdata-df3add067182e3977fa2a5dc4e69d4595ed6a1c6.tar.xz
serverdata-df3add067182e3977fa2a5dc4e69d4595ed6a1c6.zip
Fix bugs, some which I missed earlier
Diffstat (limited to 'npc/042-2')
-rw-r--r--npc/042-2/boss.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index 964bea2c9..2355c6074 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -345,7 +345,7 @@ function kdoor0422Spawn {
freeloop(true);
for (.@i=0; .@i < .@gcount; .@i++) {
.@mobId=any(CursedSoldier, CursedArcher); // 50-50 ratio
- .@mob=areamonster(.@m$, 21, 24, 59, 99, strmobinfo(1, .@mobId), .@mobId, 1, .@label$);
+ .@mob=areamonster(.@m$, .@x1, .@y1, .@x2, .@y2, strmobinfo(1, .@mobId), .@mobId, 1, .@label$);
// Reconfigure the monster
setunitdata(.@mob, UDT_LEVEL, .@avg);
setunitdata(.@mob, UDT_STR, 1+.@avg/4);