From 85fdcfa5c7831dc87a2b6810b3e2ebd5e3ec49c7 Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 24 Mar 2005 15:31:28 +0000 Subject: * Added 'map_charid2id' * Changed monster damage logging to save char ID's * Implemented 'event_script_type' * Set Emsolute Develop as a learnable skill * Updated 'require_glory_guild' * Allow monsters to cast skills near themselves even when monster_nofootset is set to 'yes' * Print number of online users in online.txt/.html even if there's only 1 user git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1282 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle_athena.conf | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'conf-tmpl/battle_athena.conf') diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 9a473704d..5663bc4e6 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -494,12 +494,12 @@ player_skill_reiteration: no //Whether or not, ground skills of the monsters' will pile up. (Note 1) monster_skill_reiteration: no -// Whether or not players can cast ground based skills of a certain type such as traps -// straight onto other players/monsters. (Note 1) +// Whether players are not allowed to cast ground based skills of a certain type such +// as traps straight onto or nearby other players/monsters. (Note 1) player_skill_nofootset: yes -// Whether or not monsters can cast ground based skills of a certain type such as traps -// straight onto players. (Note 1) +// Whether monsters are not allowed to cast ground based skills of a certain type such +// as traps straight onto or nearby other players. (Note 1) monster_skill_nofootset: yes // When a player is cloaking, Whether the wall is checked or not. (Note 1) @@ -817,9 +817,11 @@ finding_ore_rate: 100 //2 - eAthena's, using damage given / total damage as damage ratio exp_calc_type: 1 -// Does changing emblems require the guild skill "Glory of Guild"? (Note 1) -// Note: This new guild skill only appears for 2004-10-25aSakexe or newer -require_glory_guild: yes +// Can the 'Glory of Guild' skill be learnt in the Guild window, +// and does changing emblems require it? (Note 1) +// P.S: This new guild skill only appears for 2004-10-25aSakexe or newer +// P.S 2: This skill is not implemented on official servers, so its only optional +require_glory_guild: no import: conf/import/battle_conf.txt -- cgit v1.2.3-70-g09d2