diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-22 20:39:55 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-22 20:39:55 +0000 |
commit | b5636c1a16c969ae068485bb7165443f8a8a7e7e (patch) | |
tree | 98a270dd2df10d00ec707796a2d22f4c8a5307b1 /Changelog-Trunk.txt | |
parent | 5ce95fd421352ace976cd858c31e8053d7de6f78 (diff) | |
download | hercules-b5636c1a16c969ae068485bb7165443f8a8a7e7e.tar.gz hercules-b5636c1a16c969ae068485bb7165443f8a8a7e7e.tar.bz2 hercules-b5636c1a16c969ae068485bb7165443f8a8a7e7e.tar.xz hercules-b5636c1a16c969ae068485bb7165443f8a8a7e7e.zip |
- Removed pc_break_equip, added function skill_break_equip which handles rates, defenses and all that. On non-players it causes the strip effect for the corresponding skill lv1.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5374 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 953bbb8f8..cc45428f0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/22
+ * Changed the way equipment breaking works. Function pc_break_equip was
+ removed and now skill_break_equip is used. Basicly, it's the same as
+ before, except that when you 'break' a piece of equipment of a
+ non-player, the corresponding strip(weapon/armor/shield/helm) status
+ effect is induced (duration: strip skill lv 1) [Skotlex]
* Cleaned up the Dev folder. [Skotlex]
- Take note of the file todo-for-stable, which holds all modifications in
trunk that have not yet made it into stable. Be sure to update the file
|