diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-15 21:04:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-15 21:04:05 +0000 |
commit | a0ee0b2d45b3db45f932f2abefd6d4c56018660b (patch) | |
tree | 96507e3745c7604d04037d8b2ac588800fd1184f /Changelog-Trunk.txt | |
parent | 8f4bff4143898963b1210ffa2d3300020df04c4e (diff) | |
download | hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.gz hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.bz2 hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.tar.xz hercules-a0ee0b2d45b3db45f932f2abefd6d4c56018660b.zip |
- Added battle config option pk_level_range for specifying valid level ranges to engage in PK
- Added battle config allow_es_magic_player to enable SL_S* skills to work on non-mobs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5290 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 0ca720c74..82331be13 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. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/15
+ * Added battle config option pk_level_range for specifying valid level
+ ranges to engage in PK (battle/misc.conf) [Skotlex]
+ * Added battle config allow_es_magic_player to enable SL_S* skills to work
+ on non-mobs. (battle/skill.conf) [Skotlex]
* Fixed the char servers to store correctly exp as uints. They are also
capped to LONG_MAX before being sent to the client. [Skotlex]
* TK_DODGE now dodges all ranged attacks, when used with SPURT, dodges
|