diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-23 11:03:48 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-23 11:03:48 +0000 |
commit | bf99567f7e909f9cacc2d3dbfd81dff6d9aad8a4 (patch) | |
tree | f4a83336c8530a195a9319f9ade7064949b128a2 | |
parent | f06d1020a56c6d7602cbf5176c1ba3d3525b4c3e (diff) | |
download | hercules-bf99567f7e909f9cacc2d3dbfd81dff6d9aad8a4.tar.gz hercules-bf99567f7e909f9cacc2d3dbfd81dff6d9aad8a4.tar.bz2 hercules-bf99567f7e909f9cacc2d3dbfd81dff6d9aad8a4.tar.xz hercules-bf99567f7e909f9cacc2d3dbfd81dff6d9aad8a4.zip |
Changed player_cloak_check_type to yes by default and edited description
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@335 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle_athena.conf | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Changelog.txt b/Changelog.txt index d6ea6c36c..17f5f06ba 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -9,6 +9,9 @@ Date Added skill_db[500-514] - Corrected Hilt Binding - Corrected Assassin Cross' dual wield + - Changed player_cloak_check_type to yes by default and edited description + since it's already fully implemented. + 11/22 * (TXT)Stripped some code off read_gm_accounts() and made with it addGM() [MC Cameri] -Usage: addGM(account_id,level); diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 2ea5df5bf..1dc143957 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -462,9 +462,9 @@ player_skill_nofootset: yes monster_skill_nofootset: yes // When a player is cloaking, Whether the wall is checked or not. (Note 1) -// Note: Gravity announced that they were changing cloaking so it would -// not need a wall, but this was never implemented. I set to no, for fun. -player_cloak_check_type: no +// 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. +player_cloak_check_type: yes // When a monster is cloaking, Whether the wall is checked or not. (Note 1) monster_cloak_check_type: no |