diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 15:46:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 15:46:30 -0300 |
commit | aa95ff664a860e1d8a495098f337a7f36962cdd3 (patch) | |
tree | bdcb153a6eebbf38dad17930b9aefa908a233cd6 /npc/006-7 | |
parent | 19a0957dd1b913234b1530397ca715c9538910f3 (diff) | |
download | serverdata-aa95ff664a860e1d8a495098f337a7f36962cdd3.tar.gz serverdata-aa95ff664a860e1d8a495098f337a7f36962cdd3.tar.bz2 serverdata-aa95ff664a860e1d8a495098f337a7f36962cdd3.tar.xz serverdata-aa95ff664a860e1d8a495098f337a7f36962cdd3.zip |
Tentatively replace SC_COLD with SC_FROSTMISTY
Diffstat (limited to 'npc/006-7')
-rw-r--r-- | npc/006-7/ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-7/ctrl.txt b/npc/006-7/ctrl.txt index 22f81858b..b275bfd9a 100644 --- a/npc/006-7/ctrl.txt +++ b/npc/006-7/ctrl.txt @@ -332,7 +332,8 @@ OnTimer5000: specialeffect(66, AREA, .BOSS); specialeffect(312, AREA, .BOSS); areaharm(.BOSS, (.hard ? 24 : 18), .@dmg, HARM_MAGI, Ele_Holy, "filter_always", BL_PC|BL_MER|BL_HOM); - areasc((.hard ? 24 : 18), .@dmg*rand2(50, 100), SC_COLD, BL_PC|BL_HOM|BL_MER, 1, "filter_always", .BOSS, 10001 - (.@hp * 1000)); + areasc((.hard ? 24 : 18), .@dmg*rand2(50, 100), SC_FROSTMISTY, BL_PC|BL_HOM|BL_MER, 1, "filter_always", .BOSS, 10001 - (.@hp * 1000)); // FIXME + // SC_COLD freezes you, so trying SC_FROSTMISTY } initnpctimer; |