diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-26 14:44:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-26 14:44:38 +0000 |
commit | bab077c56d3f89cc65bb0b00e10046ae8bdaa83a (patch) | |
tree | dd50254304bbbb538ae0f38e477e4591a8e0a9f1 /conf-tmpl/battle/skill.conf | |
parent | 0fcfb97f9aab16e782440a9f785dba45e89213d4 (diff) | |
download | hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.gz hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.bz2 hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.tar.xz hercules-bab077c56d3f89cc65bb0b00e10046ae8bdaa83a.zip |
- Merged Mitternacht's max_heal/max_heal_lv config settings.
- Removed support of packet 0xc3 on the new packet versions. Thanks to Meruru for pointing out they aren't being used anymore.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7343 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/skill.conf')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index ec863e97b..35314a99d 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -218,6 +218,11 @@ copyskill_restrict: 2 // Does Berserk/Frenzy cancel other self-buffs when used?
berserk_cancels_buffs: no
+// Level and Strength of "MVP heal". When someone casts a heal of this level or
+// above, the heal formula is bypassed and this value is used instead.
+max_heal: 9999
+max_heal_lv: 11
+
// Max Possible Level of Monster skills
// Note: If your MVPs are too tough, reduce it to 10.
mob_max_skilllvl: 100
|