diff options
Diffstat (limited to 'conf-tmpl/battle/misc.conf')
-rw-r--r-- | conf-tmpl/battle/misc.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index d767e829f..724eaa361 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -19,6 +19,8 @@ //Note 2: All rates are in percents, 100 would mean 100%, 200 // would mean 200%, etc //Note 3: Value is not limited to 60K (see below) +//Note 4: Use bitmask values to specify who is affected +// (1: Pc, 2: Mob, 4: Pet, 8: Homonculus) // Other Information: // All options are limited to a max of 60K (aprox) which is 600% // or 60secs as appropiate. @@ -46,11 +48,8 @@ pk_level_range: 0 // Allow muting of players? muting_players: yes -// Display player skill errors in console? (for debug only) (default: off) (Note 1) -player_skill_log: off - -// Display monster skill errors in console? (for debug only) (default: off) (Note 1) -monster_skill_log: off +// Display skill usage/errors in console? (for debug only) (default: off) (Note 4) +skill_log: 0 // Display battle log? (for debug only) (default: off) (Note 1) battle_log: off |