diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:45:26 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:45:26 +0000 |
commit | 11cdf0d8533f6e27922f423ba645ddf0ff945c42 (patch) | |
tree | 93866f40c4d89590d9be4ae8fb5851030f374c99 /conf-tmpl | |
parent | 27e211016b4dd484ac0a2ec8038ef60a59a07261 (diff) | |
download | hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.gz hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.bz2 hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.tar.xz hercules-11cdf0d8533f6e27922f423ba645ddf0ff945c42.zip |
* Updated description for player_check_cloak_type
* Increased skill range limitations in pc_no_footset
* Added exp_calc_type
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@831 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index f96fe5403..a03d3ff81 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -522,8 +522,8 @@ player_skill_nofootset: yes monster_skill_nofootset: yes // When a player is cloaking, Whether the wall is checked or not. (Note 1) -// Note: When set to yes players can still cloak away from walls, but cannot move -// as well as receive movement penalties if the skill level is below 3. +// Note: When set to no players can always cloak away from walls and move around +// freely even if the skill level is below 3. player_cloak_check_type: yes // When a monster is cloaking, Whether the wall is checked or not. (Note 1) |