diff options
Diffstat (limited to 'conf/battle/monster.conf')
-rw-r--r-- | conf/battle/monster.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 58111ab2d..2208d8da3 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -199,3 +199,9 @@ mob_clear_delay: 0 // Type 0: On the player that did the most damage to the mob. // NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1 + +// Time in milliseconds to actitave protection against Kill Steal +// Set to 0 to disable it. +// If this is activated and a player is using @noks, damage from others players (KS) not in the party +// will be reduced to 0. +ksprotection: 0 |