From 9c31b781c11ebd39bce4b7093a2d1f256b8d4441 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Apr 2020 12:00:26 -0300 Subject: First prototype for 042-5 Sewers mobs (just the code struct) --- npc/042-4/ctrl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/042-4') diff --git a/npc/042-4/ctrl.txt b/npc/042-4/ctrl.txt index c70bf5141..fb9bc8bef 100644 --- a/npc/042-4/ctrl.txt +++ b/npc/042-4/ctrl.txt @@ -76,7 +76,7 @@ function monster0424 { .@y2=getarg(4); .@avg=getarg(5); .@m$=instance_mapname("042-4"); - debugmes "Total %d, map %s (power %d)", .@gcount, .@m$, .@avg; + //debugmes "Total %d, map %s (power %d)", .@gcount, .@m$, .@avg; freeloop(true); for (.@i=0; .@i < .@gcount; .@i++) { .@mobId=any(CursedSoldier, CursedArcher); // 50-50 ratio @@ -94,8 +94,8 @@ function monster0424 { // Battle Status setunitdata(.@mob, UDT_MAXHP, .@avg*36); setunitdata(.@mob, UDT_HP, .@avg*36); - setunitdata(.@mob, UDT_ATKMIN, .@avg*50/10); - setunitdata(.@mob, UDT_ATKMAX, .@avg*70/10); + setunitdata(.@mob, UDT_ATKMIN, .@avg*47/10); + setunitdata(.@mob, UDT_ATKMAX, .@avg*67/10); setunitdata(.@mob, UDT_DEF, 1+.@avg*10/10); setunitdata(.@mob, UDT_MDEF, 1+.@avg*6/10); setunitdata(.@mob, UDT_HIT, .@avg*5); // Advised: x3 -- cgit v1.2.3-70-g09d2