summaryrefslogtreecommitdiff
path: root/conf-tmpl/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-20 21:25:47 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-20 21:25:47 +0000
commit38d6992791ab2ee1713093be2cfb3077a689d28e (patch)
tree52d2efe662580f475fe29dc51fe1c1e2e3866b62 /conf-tmpl/Changelog.txt
parent99f319c197d5e783eef978859535287b45c9f989 (diff)
downloadhercules-38d6992791ab2ee1713093be2cfb3077a689d28e.tar.gz
hercules-38d6992791ab2ee1713093be2cfb3077a689d28e.tar.bz2
hercules-38d6992791ab2ee1713093be2cfb3077a689d28e.tar.xz
hercules-38d6992791ab2ee1713093be2cfb3077a689d28e.zip
- The max level of NPC_SPLASHATTACK is now 1.
- Implemented NPC_DEFENDER. Reduces ranged Physical+Misc damage by 80% - Improved the battle config reader so it accepts hexadecimal values. Updated the monster_ai description to make use of this. - Added monster_ai&0x200. When set, mob skill delays are shared. That is, if the mob has several lines with the same skill, when the skill is used, the delay will be set to all of them, not just the one entry used. - Cleaned mob.c to use hex values when refering mob_ai - Corrected NPC_BARRIER so it grants 100 def/mdef (and not just mdef) - Weapon ATK bonuses will now only apply to watk and NOT watk2 on players (on players watk2 is refine bonus) - Corrected NPC_KEEPING. it should give 90 def, not 100 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9277 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r--conf-tmpl/Changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index e77e83200..25a21f4eb 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,10 @@
Date Added
+2006/11/20
+ * Added monster_ai&0x200 (monster.conf). When set, mob skill delays are
+ shared. That is, if the mob has several lines with the same skill, when the
+ skill is used, the delay will be set to all of them, not just the one entry
+ used. [Skotlex]
2006/11/07
* Added nosave mapflag for Guild Dungeons [KarLaeda]
* New Setting "stdout_with_ansisequence"