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 /conf-tmpl/Changelog.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 'conf-tmpl/Changelog.txt')
-rw-r--r-- | conf-tmpl/Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 4cb9f338c..16853afb7 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,10 @@ Date Added
+2006/10/24
+ * 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]
+ * Changed the default of skill_steal_max_tries to 0 as there's no proof
+ anywhere that there should be such a limit. [Skotlex]
2006/10/20
* Added config setting "summon_flora_setting" (skill.conf), with it you can
decide now two things: a. Whether or not players can harm your floras
|