From 93109355b4f0b7dcbf9aa827716590df9cd3f9cd Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 23 Feb 2007 21:55:18 +0000 Subject: - The NK value of the skill_db has been made a hexadecimal value, and expanded to include more information about a skill's damage properties: 0x8 - ignore caster's cards, 0x10 ignore element adjustments, 0x20 ignore target's defense, 0x40 ignore target's flee. - Magic attacks always ignore flee, and misc attacks always ignore defense. - Autoguard will no longer work on skills that don't take in card adjustments - utsusemi & bunsinjyutsu no longer work on skills that don't take in card adjustments. - Corrected damage of the NPC elemental attack skills, Blood Drain and Energy Drain git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9906 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 264f14763..f017bb471 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,17 @@ 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. 2007/02/24 + * The NK value of the skill_db has been made a hexadecimal value, and + expanded to include more information about a skill's damage properties: 0x8 + ignore caster's cards, 0x10 ignore element adjustments, 0x20 ignore + target's defense, 0x40 ignore target's flee. Note that magic attacks + always ignore flee, and misc attacks always ignore defense. + * Autoguard will no longer work on skills that don't take in card + adjustments + * utsusemi & bunsinjyutsu no longer work on skills that don't take in card + adjustments. + * Corrected damage of the NPC elemental attack skills, Blood Drain and + Energy Drain * Adjusted menu-based skills so you can't reuse the same skill until you've dealt with the menu. * Adjust autospells so that removing an autospell works when the script of -- cgit v1.2.3-70-g09d2