diff options
-rw-r--r-- | world/map/npc/099-7/boss.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt index b572c7cc..a20a4ae7 100644 --- a/world/map/npc/099-7/boss.txt +++ b/world/map/npc/099-7/boss.txt @@ -604,14 +604,7 @@ L_Tools: close; OnInit: - areamonster "099-7", 37, 36, 142, 140, "", 1148, 10, "Keshlam::OnDeath8"; - areamonster "099-7", 37, 36, 142, 140, "", 1149, 10, "Keshlam::OnDeath9"; -// areamobuseskill "099-7", 37, 36, 142, 140, -// areamobuseskill "009-7", 155,188,2,1083,"MG_COLDBOLT",10,3000,1,e_gg,0; -//*areamobuseskill "<map name>",<x>,<y>,<range>,<mob id>,<skill id>,<skill level>,<cast time>,<cancelable>,<emotion>,<target type>; -//*areamobuseskill "<map name>",<x>,<y>,<range>,<mob id>,"<skill name>",<skill level>,<cast time>,<cancelable>,<emotion>,<target type>; - - monster "099-7", 40, 121, "Grim Reaper", 1068, 1, "Keshlam::OnBoss"; + initnpctimer; // Timer will bring mobs itself. Radically fixes e.g. @killmonster2 on map end; OnDeath8: @@ -649,7 +642,7 @@ OnTimer150000: // Done set $@KeshlamMc, 0; - stopnpctimer; + initnpctimer; end; } |