diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 18:43:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 18:43:19 +0000 |
commit | be9cf2aec39f2e29990d945f783e3dbc2ad88ae9 (patch) | |
tree | cfc6acc69ee9e5da8e39e5416cce9d97b7e9ea52 /Changelog-Trunk.txt | |
parent | 7b9cddaed2958e41f570ada6cdaec0cceb5ec103 (diff) | |
download | hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.gz hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.bz2 hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.xz hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.zip |
- Modified Rude-Attacked behaviour so that such skills only triggers when the rude-attacked count is greater than 3.
- Added config setting slaves_inherit_mode to determine whether slaves take on their master's aggressive/passive status (defaults to yes)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5890 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 66dd224b6..ad17dd2ef 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/03
+ * Modified Rude-Attacked behaviour so that such skills only triggers when
+ the rude-attacked count is greater than 3. [Skotlex]
+ * Added config setting slaves_inherit_mode to determine whether slaves take
+ on their master's aggressive/passive status (defaults to yes) [Skotlex]
* Disabled NPCs are now handled through nd->sc.option&OPTION_INVISIBLE
checks. Should fix disable/enablenpc calls not working. [Skotlex]
* Moved skill_counter_additional_effect calls to trigger right after
|