diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-24 16:34:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-24 16:34:51 +0000 |
commit | fff312c59262be01f7582dbde0b591be4ca95b5f (patch) | |
tree | 498cd1eb3cb8001432bfd7dae52ccd8439c64d7a /Changelog-Trunk.txt | |
parent | 4dc8104b2a83a87caa5de69fa990a79f852d8bea (diff) | |
download | hercules-fff312c59262be01f7582dbde0b591be4ca95b5f.tar.gz hercules-fff312c59262be01f7582dbde0b591be4ca95b5f.tar.bz2 hercules-fff312c59262be01f7582dbde0b591be4ca95b5f.tar.xz hercules-fff312c59262be01f7582dbde0b591be4ca95b5f.zip |
- Cleaned up the "show_steal_in_party" setting so it only takes effect when the item was successfully stolen (there was no point in telling you the item couldn't be stolen due to being overweight)
- Cleaned up the pc_steal_item implementation (again). It now uses a more random, simple approach in each steal attempt.
- Changed the way the skill_steal_max_tries work. Now it actually MEANS the max number of steal tries, use 0 to disable (unlimited tries).
- Changed the default of skill_steal_max_tries to 0 as there's no proof anywhere that there should be such a limit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9057 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ff0c6f2c1..5a00488fd 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/10/24
+ * Cleaned up the "show_steal_in_party" setting so it only takes effect when
+ the item was successfully stolen (there was no point in telling you the
+ item couldn't be stolen due to being overweight) [Skotlex]
+ * Cleaned up the pc_steal_item implementation (again). It now uses a more
+ random, simple approach in each steal attempt. [Skotlex]
+ * Changed the way the skill_steal_max_tries work. Now it actually MEANS the
+ max number of steal tries, use 0 to disable (unlimited tries). [Skotlex]
2006/10/23
* Added a bunch of important indexes when dealing with the log tables.
Added upgrade_svn9050.sql which adds these indexes as well. [Skotlex]
|