diff options
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 16 |
1 files changed, 9 insertions, 7 deletions
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 |