diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-14 18:46:41 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-14 18:46:41 +0000 |
commit | d83a44942aa80b5392a1b7cf519ccfe83ead0b6e (patch) | |
tree | da900aa664f3b95ce8f5a62877bd773a658cc103 /conf-tmpl | |
parent | 16d3c9a29e6418c61060e967ee355f833a5502a5 (diff) | |
download | hercules-d83a44942aa80b5392a1b7cf519ccfe83ead0b6e.tar.gz hercules-d83a44942aa80b5392a1b7cf519ccfe83ead0b6e.tar.bz2 hercules-d83a44942aa80b5392a1b7cf519ccfe83ead0b6e.tar.xz hercules-d83a44942aa80b5392a1b7cf519ccfe83ead0b6e.zip |
- Gravitional Field is now a MISC type of attack.
- battle_calc_return_damage now is only for BF_WEAPON attacks, added skill_magic_reflect to check whether a spell is bounced back or not.
- Magic reflection now effectively switches the caster/target (after damage has been calculated)
- Now when GTB completely blocks a spell, the spell animation will still come off, but with a single bolt and MISS damage.
- Removed hom_setting&0x2 since Homunculus can be hit by land spells.
- Monster Property now gives a Skill Failed message when attempted on players.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/homunc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle/homunc.conf b/conf-tmpl/battle/homunc.conf index 6d4e0ba38..5e9e627ef 100644 --- a/conf-tmpl/battle/homunc.conf +++ b/conf-tmpl/battle/homunc.conf @@ -24,7 +24,7 @@ // Homunculus setting (Note 3) // Activates various 'quirks' that makes them behave unlike normal characters. // 0x001: Can't be targetted by support skills (except for their master) -// 0x002: Immunity to land skills + // 0x004: Mobs will always go after them instead of players until attacked // 0x008: Copy their master's speed on spawn/map-change // 0x010: They display luk/3+1 instead of their actual critical in the |