From a0ee0b2d45b3db45f932f2abefd6d4c56018660b Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 15 Feb 2006 21:04:05 +0000 Subject: - Added battle config option pk_level_range for specifying valid level ranges to engage in PK - Added battle config allow_es_magic_player to enable SL_S* skills to work on non-mobs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5290 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/misc.conf | 4 ++++ conf-tmpl/battle/skill.conf | 3 +++ 2 files changed, 7 insertions(+) (limited to 'conf-tmpl/battle') diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index 6f7479351..d767e829f 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -39,6 +39,10 @@ manner_system: yes // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 +// For PK Server Mode. It specifies the maximum level difference between +// players to let them attack each other. 0 disables said limit. +pk_level_range: 0 + // Allow muting of players? muting_players: yes diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index ca67ff0f3..9c61ab6d2 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -215,3 +215,6 @@ skip_teleport_lv1_menu: no // Allow use of SG skills without proper day (Sun/Moon/Star) ? allow_skill_without_day: no + +// Allow use of ES-type magic on players? +allow_es_magic_player: no -- cgit v1.2.3-70-g09d2