diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 03:05:43 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 03:05:43 +0000 |
commit | f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4 (patch) | |
tree | ff8a979363dccf37f3bfb66be4f24cf2d89027e4 /conf-tmpl/battle | |
parent | 350416fff4bb9e8bc50b5f8205d04f772e848a92 (diff) | |
download | hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.gz hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.bz2 hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.tar.xz hercules-f68bd7c915dc631d452b6ea2ac21cdf75bc26fe4.zip |
- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.
- Re-applied change r9593 that got accidentally reverted by r9595.
- Added the official behavior of monsters regaining full hp when they morph.
- Added support for text/comments at the end of monster spawn lines (<tab> required)
- Silenced the debug message in socket.c that's been freaking people out.
- Modified the useless error message in atcommand_effect.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9608 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 925dae3b8..99cf4e267 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -167,8 +167,8 @@ retaliate_to_master: yes // the skill, otherwise B will be targetted by the reaction skill. mob_changetarget_byskill: no -// If monster's class is changed will it fully recover HP and SP and Ailments? (Note 1) -monster_class_change_full_recover: no +// If monster's class is changed will it fully recover HP? (Note 1) +monster_class_change_full_recover: yes // Display some mob info next to their name? (add as needed) // (does not works on guardian or emperium) |