diff options
Diffstat (limited to 'npc/029-9/boss.txt')
-rw-r--r-- | npc/029-9/boss.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index 0570560ba..9484ad3e2 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -49,6 +49,15 @@ Level of difficulty setting (100/130/160/190/220) mapwarp("029-9", "029-9", 96, 41); sleep(100); maptimer2("029-9", 200, "Book#FoS::OnMFStun"); + .@c = getunits(BL_PC, .@players, MAX_CYCLE_PC); + for (.@i = 0; .@i < .@c; .@i++) { + attachrid(.@players[.@i]); + if (getmap() == "029-9") { + sc_start(SC_STUN, 18000, 1, 10000, + SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); + } + detachrid(); + } sleep(200); // Cleanup previous data (if any) $@FOS_ISB=0; |