diff options
Diffstat (limited to 'conf/battle/monster.conf')
-rw-r--r-- | conf/battle/monster.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 2208d8da3..aeb54c929 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -71,6 +71,11 @@ monster_ai: 0 // 4: Disable warping when the target map is a 'nobranch' map. mob_warp: 0 +// If these are set above 0, they define the time (in ms) during which monsters +// will have their 'AI' active after all players have left their vecinity. +mob_active_time: 0 +boss_active_time: 0 + // Mobs and Pets view-range adjustment (range2 column in the mob_db) (Note 2) view_range_rate: 100 |