From 41f1a34c8593a40b4c5dc4178d7138e7e166eea0 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 21 Aug 2006 16:07:50 +0000 Subject: - Removed config setting "muting_players", and expanded the manner_system config to specify how having negative manner (mute) affects a player (see battle/misc.conf). - Expanded the pk_mode setting from no/yes to 0/1/2. 1 is normal pk_mode, if 2 is used, it makes killing players give you a loss of 5 manner points. - Fixed WS_WEAPONREFINE always failing when at less than job 50. - Fixed a compilation warning in char-txt/int_homun.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8402 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/Changelog.txt | 7 +++++++ conf-tmpl/battle/misc.conf | 23 +++++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 4ada52cf6..8e976b451 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,12 @@ Date Added +2006/08/21 + * Removed config setting "muting_players", and expanded the manner_system + config to specify how having negative manner (mute) affects a player (see + battle/misc.conf). [Skotlex] + * Expanded the pk_mode setting from no/yes to 0/1/2. 1 is normal pk_mode, + if 2 is used, it makes killing players give you a loss of 5 manner points. + [Skotlex] 2006/08/18 * Added monster_ai&128 to make aggressive mobs ignore that behaviour of always picking Homun targets above player targets regardless of who is diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index ff448aa61..a5a053a3c 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -33,10 +33,20 @@ // When players hunt monsters over 20 levels higher, they will receive 15% additional exp., and 25% chance of receiving more items. // There is a nopvp.txt for setting up maps not to have pk on in this mode. Novices cannot be attacked and cannot attack. // Normal pvp counter and rank display are disabled as well. -pk_mode: no - -//Enable manner/karma system? -manner_system: yes +// 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 + +//Manner/karma system configuration. Specifies how does negative manner +//(red no chat bubble) affects players (add as needed): +// 0: No penalties. +// 1: Disables chatting (includes whispers, party/guild msgs, etc) +// 2: Disables skill usage +// 4: Disables commands usage +// 8: Disables item usage/picking/dropping +//16: Disables room creation (chatrooms and vending shops) +manner_system: 15 // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 @@ -53,9 +63,6 @@ pk_weapon_attack_damage_rate: 60 pk_magic_attack_damage_rate: 60 pk_misc_attack_damage_rate: 60 -// Allow muting of players? -muting_players: yes - // Display skill usage/errors in console? (for debug only) (default: off) (Note 4) skill_log: 0 @@ -141,4 +148,4 @@ cell_stack_limit: 1 hvan_explosion_intimate: 45000 // Show stat growth to the owner when an Homunculus levels up -homunculus_show_growth: 0 \ No newline at end of file +homunculus_show_growth: 0 -- cgit v1.2.3-70-g09d2