diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 19:48:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 19:48:56 +0000 |
commit | 13c3b8e817abaddba678717d5428844607dbf487 (patch) | |
tree | 2d538dcfdc9c9394ea675416b679135c1bd1011d /Changelog-Trunk.txt | |
parent | 44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1 (diff) | |
download | hercules-13c3b8e817abaddba678717d5428844607dbf487.tar.gz hercules-13c3b8e817abaddba678717d5428844607dbf487.tar.bz2 hercules-13c3b8e817abaddba678717d5428844607dbf487.tar.xz hercules-13c3b8e817abaddba678717d5428844607dbf487.zip |
- Made the NPC_BREAK* skills attack skills again, their chance of equipment breaking code was moved to skill_additional_effect.
- Added zeroing of skilltarget in skill_castend_id when skill fails.
- Now when the exp table does not has enough data to reach the max level specified, the max level will not be reduced to enable leveling through quests/scripts/gm-commands/etc.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5271 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 bce04dfae..47d519334 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/13
+ * Made the NPC_BREAK* skills attack skills again, their chance of equipment
+ breaking code was moved to skill_additional_effect. [Skotlex]
+ * Now when the exp table does not has enough data to reach the max level
+ specified, the max level will not be reduced to enable leveling through
+ quests/scripts/gm-commands/etc. [Skotlex]
* Made Land Protector Block Hammerfall. [Skotlex]
* Updated item_db code to stop creating items for every non-existant ID
used. Instead it will complain, and use a dummy item that has the view ID
|