diff options
Diffstat (limited to 'conf/battle/misc.conf')
-rw-r--r-- | conf/battle/misc.conf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 274cdee23..81c763836 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -16,7 +16,7 @@ // Note: If pk_mode is set to 2 instead of 1 (yes), players will receive a // manner penalty of 5 each time they kill another player (see manner_system // config to adjust how this will affect players) -pk_mode: 0 +pk_mode: 1 // Manner/karma system configuration. Specifies how does negative manner // (red no chat bubble) affects players (add as needed): @@ -35,14 +35,6 @@ pk_min_level: 55 // players to let them attack each other. 0 disables said limit. pk_level_range: 0 -// For PK servers. Damage adjustment settings, these follow the same logic -// as their WoE counterparts (see guild.conf) -pk_short_attack_damage_rate: 80 -pk_long_attack_damage_rate: 70 -pk_weapon_attack_damage_rate: 60 -pk_magic_attack_damage_rate: 60 -pk_misc_attack_damage_rate: 60 - // Display skill usage in console? (for debug only) (default: off) (Note 3) skill_log: off |