diff options
Diffstat (limited to 'npc/042-2')
-rw-r--r-- | npc/042-2/boss.txt | 2 |
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); |